enthought / mayavi

3D visualization of scientific data in Python
http://docs.enthought.com/mayavi/mayavi/
Other
1.32k stars 285 forks source link

Import error when executing Mayavi2 #272

Open gnmp opened 8 years ago

gnmp commented 8 years ago

After installing Mayavi2 and all its dependences I am unable to run it . I get the following output when executing the commando "mayavi2":

Traceback (most recent call last): File "/usr/bin/mayavi2", line 25, in <module> from mayavi.__version__ import __version__ ImportError: cannot import name __version__

After unistalling and reinstalling everything a couple of times I do not know what to do. Does anyone has an idea about what is happening?

kitchoi commented 8 years ago

Can you import mayavi in a Python shell? Looks like you are on Linux/MacOS. How did you install Mayavi2?