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)
[GCC 4.0.1 (Apple Computer, Inc. build 5250)] on darwin

======================================

Any help would be very much appreciated.

Thanks
Christine




-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
MayaVi-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mayavi-users

Reply via email to