Paolo Gavardi wrote: > *1) Link* > Wow! The link was perfect. Now mayavi works perfectly
Glad it works. > *2) Pythonpath* > a) You are right. It is necessary only to put > "/usr/lib/python2.3/site-packages" in the path. > b) Following your suggestion, I checked the path in Python, and I found out > /usr/lib/python2.5/site-packages > I suppose that there had been an update. But unfortunately the rpm has > installed mayavi in 2.3, and not in 2.5 Thats because the rpm that is available on the sourceforge site was most likely built on 2.3. You should be able to get the tar.gz and build a new rpm by tar xvzf MayaVi*.tar.gz cd MayaVi* python setup.py bdist_rpm --doc-files "doc/*" then use the RPM that is in the dist directory to install. That should build it for your current platform. cheers, prabhu ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ MayaVi-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mayavi-users
