On Tue, Jun 24, 2008 at 6:59 AM, John Hunter <[EMAIL PROTECTED]> wrote:

> My fault -- I was working on adding an idle event handler across
> backends and implemented something using threads for tkagg and haven't
> solved the problem of cross thread signal handling.

That's a nasty problem.  See
http://sebulba.wikispaces.com/recipe+thread2 for info, and IPython
implements that trick in Shell.py, look for HAS_CTYPES in there and
see the signal handlers that are in that section.

It's never 100% reliable, but the addition of this trick did help a
lot for -pylab.  I don't know if it will do the trick for you.

Cheers,

f

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to