Dawn,

Please post your messages to [EMAIL PROTECTED]  If this is an
enthought Python related question please also post on
[EMAIL PROTECTED] also

>>>>> "DA" == "Dawn Abbott" <[EMAIL PROTECTED]> writes:

    DA> I just downloaded Enthought Python 2.4.3 so I could use mayavi
    DA> to visualize a vtk file.  However, when I was going over the
    DA> example using the following code; from
[...]
    DA> line 4, in -toplevel- from api import tvtk ImportError: cannot
    DA> import name tvtk I assume that I get this ImportError because
    DA> I have not built either traits or tvtk.  I have looked and
    DA> looked and I keep finding information that is all out of data.
    DA> Or is there are file that builds all of enthought?  Thanks for

I have no idea what is wrong with your Enthought install.  Did you get
this?

 http://code.enthought.com/downloads/enthon-python2.4-1.0.0.exe

If so I have no idea why it is messed up.  Can you check if you can do
the following from a [I]Python interpreter session?

>>> import vtk
>>> from enthought.traits.api import HasTraits
>>> from enthought.tvtk.api import tvtk

And let us know what errors you get?  Thanks!

cheers,
prabhu


-------------------------------------------------------------------------
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