Dr. Lawrence Ward Spradley wrote: > .... I saw from your last reply that I have failed to clarify some > details about out install. You mentioned installing vtk using the i386 > rpm. We are running FC7 x86_64, i.e. 64-bit, w/ almost everything > installed 64-bit, including python, VTL, & tkinter, see below. Sorry for > any wasted time this may have caused. [...] > [EMAIL PROTECTED] Burgreen] 12:39:11pm 374 % python -c "import vtk" > [EMAIL PROTECTED] Burgreen] 12:39:16pm 375 % python -c "import mayavi" > Traceback (most recent call last): > File "<string>", line 1, in <module> > ImportError: No module named mayavi > [EMAIL PROTECTED] Burgreen] 12:39:21pm 376 % >
Did you install mayavi? Sounds like Python is unable to find mayavi installed. What do you get if you untar the mayavi sources and then do this from the source directory: $ python mayavi Also, what do you get if you install mayavi via: # python setup.py install --prefix=/usr/local cheers, prabhu ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ MayaVi-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mayavi-users
