Comment 5 for bug 211030

Revision history for this message
Gael Varoquaux (gael-varoquaux) wrote : Re: [Bug 211030] Re: mayavi2 crashed with KeyError in _get_module()

On Sat, Apr 19, 2008 at 07:20:12PM -0000, Wojciech Aniszewski wrote:
> Mayavi2 still won't start, nothing happened... I see FBI editor instead
> of Maya, and finito.

Can you give us more information. In particular how you installed mayavi
(if you indeed did install it using the package, could you check the
version of your package). Can you also give us the traceback in FBI
(there is a tab called "traceback", you can copy and paste it in here).

Finally, can you please test mayavi without the interface. To do this,
you can run "ipython -wthread" (using the package "ipython"), and enter:

from enthought.mayavi import mlab
mlab.test_contour3d()

You should see a window poping up with a visualisation. If you don't,
could you please post the traceback here.

Cheers,

Gaël