From: Phil A. <pha...@gm...> - 2008-02-12 17:43:23
|
John Hunter wrote: > > 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. FWIW, everything's working correctly for me using xemacs + ipython: Xemacs 21.5 current svn snapshot of python-mode.el from http://sourceforge.net/projects/python current ipython svn snapshot Centos 5.1 and python 2.5.1 -- Phil |