4 Mar 2008 19:30
Problem installing/running mayavi
Christine Cordula Dantas <ccdantas <at> iae.cta.br>
2008-03-04 18:30:24 GMT
2008-03-04 18:30:24 GMT
Hello. I'm trying to install/run mayavi in a mac os. Before doing
this, I have installed PyVTK-0.4.74 and numpy-1.0.4 (not sure if I
succeeded, though. I used 'sudo' to make the installation of these
packages using 'sudo python setup.py install'. Without 'sudo' I was
getting a permission denied at some point. After using 'sudo', there
was no apparent error).
This is what I get:
=====================================
$./mayavi
Traceback (most recent call last):
File "./mayavi", line 289, in ?
import vtk
ImportError: No module named vtk
$ cd doc
$ python test_vtk.py
Testing if Tkinter is available...
OK - you have Tkinter
TclVersion = 8.4, TkVersion = 8.4
Traceback (most recent call last):
File "test_vtk.py", line 210, in ?
test_value_error()
File "test_vtk.py", line 178, in test_value_error
import vtk
ImportError: No module named vtk
$ python
Python 2.3.5 (#1, Jan 13 2006, 20:13:11)
(Continue reading)
RSS Feed