On Mon, Jan 18, 2010 at 02:54:59PM -0800, Fernando Perez wrote: > /home/fperez/Desktop/qt_embedding.py in <module>() > 17 Int, Dict > 18 from enthought.traits.ui.api import View, Item > ---> 19 from enthought.mayavi.core.ui.api import MayaviScene, MlabSceneModel, > \ > 20 SceneEditor > 21 from enthought.mayavi import mlab
> ImportError: No module named api Yes, that's new. You can just replace the api imports with the ones in: https://svn.enthought.com/enthought/browser/Mayavi/trunk/enthought/mayavi/core/ui/api.py HTH, Gaƫl ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ MayaVi-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mayavi-users
