Search code examples
enthought

Is enthought.mayavi.mlab broken?


I used to be able to do this in EPD, but this does not work in Canopy. Am I missing something? Thanks,

from enthought.mayavi import mlab Traceback (most recent call last): File "", line 1, in File "/home-research/jkitchin/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/enthought/mayavi/mlab.py", line 3, in from mayavi.mlab import * ImportError: No module named mayavi.mlab

from enthought.mayavi.mlab import * Traceback (most recent call last): File "", line 1, in File "/home-research/jkitchin/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/enthought/mayavi/mlab.py", line 3, in from mayavi.mlab import * ImportError: No module named mayavi.mlab


Solution

  • Are you sure Mayav is installed. The enthought namespace has been removed some time ago. You probably have ETSProxy installed but not Mayavi. Can you check in the package manager?