On Tuesday 09 November 2010 10:55 AM, Guru Venkat wrote: > Dear Sir, > > I have an ubuntu 9.04 system on which I have installed mayavi2 with the > following command: > > "sudo apt-get install mayavi2". I think I have installed all the > dependencies:(python, vtk..) > > However when I run mayavi2, I get the following error: > > Traceback (most recent call last): > File "/usr/bin/mayavi2", line 25, in <module> > import wxversion > ImportError: No module named wxversion > > Can you please help me?
sudo apt-get install python-wxversion should fix the problem I think. You can try to also do apt-cache search wxversion and see what packages it gives you and choose appropriately. cheers, prabhu ------------------------------------------------------------------------------ The Next 800 Companies to Lead America's Growth: New Video Whitepaper David G. Thomson, author of the best-selling book "Blueprint to a Billion" shares his insights and actions to help propel your business during the next growth cycle. Listen Now! http://p.sf.net/sfu/SAP-dev2dev _______________________________________________ MayaVi-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mayavi-users
