Re: [matplotlib-devel] [IPython-dev] Interactive wx/pylab with no threads (PyOS_InputHook)

2009-02-13 Thread Prabhu Ramachandran
On 02/09/09 11:59, Gael Varoquaux wrote: > On Sun, Feb 08, 2009 at 04:08:31PM -0800, Brian Granger wrote: >> * In the current matplotlib backend wx.Yield() is called in a way that >> is not safe as far as protecting against recursive calls to Yield. I >> think it should be called in this way: > >

Re: [matplotlib-devel] [IPython-dev] Interactive wx/pylab with no threads (PyOS_InputHook)

2009-02-13 Thread Prabhu Ramachandran
On 02/09/09 05:38, Brian Granger wrote: > IPython and matplotlib devs, > > Over the weekend I have been playing around to see if it is possible > to do interactive GUI work with wx from IPython *without using > threads*. The idea here is to use PyOS_InputHook. Currently, recent > versions of PyQ