[Bug 916307] Re: mayavi2 drawing of plot broken

2012-02-06 Thread Bryce Ready
Yes, the example I gave was run from a regular python interpreter. I was trying to use the simplest case possible, and ended up introducing confusion - my apologies. I'm aware of the GUI threading issues involved, and had actually first encountered this problem from ipython. Again, sorry to be

[Bug 916307] Re: mayavi2 drawing of plot broken

2012-01-14 Thread Julian Taylor
this is probably the expected behavior. the default python shell does not integrate with the event loop used by mayavi (wx's I think) you have to use a better shell to have interactive features. e.g. ipython ipython -wthread In [1]: from mayavi import mlab In [2]: mlab.points3d(0,0,0) ipython

[Bug 916307] Re: mayavi2 drawing of plot broken

2012-01-13 Thread Bryce Ready
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/916307 Title: mayavi2 drawing of plot broken To manage notifications about this bug go to: