[IPython-dev] new threading issue

Jörgen Stenarson jorgen.stenarson at bostream.nu
Thu May 18 18:12:49 EDT 2006


Fernando Perez skrev:
> On 5/18/06, Jörgen Stenarson <jorgen.stenarson at bostream.nu> wrote:
>> Fernando,
>>
>> the fix for threading issue #55 has helped but I still see some random
>> threading issues. I'm running ipython -pylab with TkAgg. I have not
>> figured out what triggers the error.
> 
> Uh?  With TkAgg, there is NO threading code active at all. Double
> check with backend you are using; threading is ONLY active with the
> Qt, WX and GTK backends.
> 
> Also let me know on what platform this is happening...
> 
> f
> 

I'll double check tomorrow, but looking at the traceback there seems to 
be some tk thing going on.

     763             def OnTimer(self, event):
     764                 update_tk(self.tk)
                                ^^      ^^

This was on windows and I had not issued any plotting commands at all.

/Jörgen




More information about the IPython-dev mailing list