On Feb 12, 2008 8:50 AM, Neal Becker <[EMAIL PROTECTED]> wrote:

> I did set interactive.
>
> I was using QtAgg.
>
> I hate tk.

[reposting in the correct thread]

Well, the problem is that GTK, WX and Qt require threading support to
use them properly interactively.  ipython has special modes for these
to run the GUI mainloop in the separate thread.  tk is special in this
regard, in that it runs from a standard python shell w/o threading
support.  You may be able to configure ipython within xemacs to take
advantage of both xemacs and ipython's support for interactive qt
plotting in pylab.

JDH

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to