--- Begin Message --- I just downloaded Enthought Python 2.4.3 so I could use mayavi to visualize a vtk file.  However, when I was going over the example using the following code;
from enthought.mayavi.sources.vtk_file_reader import VtkFileReader
I get the following message:
Traceback (most recent call last):
  File "<pyshell#14>", line 1, in -toplevel-
    from enthought.mayavi.sources.vtk_file_reader import VtkFileReader
  File "C:\Python24\lib\site-packages\enthought\mayavi\sources\vtk_file_reader.py", line 14, in -toplevel-
    from enthought.tvtk.api import tvtk
  File "C:\Python24\lib\site-packages\enthought\tvtk\__init__.py", line 4, in -toplevel-
    from api import tvtk
ImportError: cannot import name tvtk
I assume that I get this ImportError because I have not built either traits or tvtk.  I have looked and looked and I keep finding information that is all out of data. 
Or is there are file that builds all of enthought?
Thanks for your help
Dawn



--- End Message ---
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
MayaVi-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mayavi-users

Reply via email to