Re: [matplotlib-devel] gtkagg backend main() not stopping after all windows closed

2008-07-18 Thread John Hunter
On Fri, Jul 18, 2008 at 3:00 PM, Andrew Straw <[EMAIL PROTECTED]> wrote: > It appears the current svn trunk has a problem in that gtk.main() in > backend_gtk.py line 71 never returns, even after all windows have been > closed. To reproduce, run "python simple_plot.py -dGTKAgg" and close the > windo

[matplotlib-devel] gtkagg backend main() not stopping after all windows closed

2008-07-18 Thread Andrew Straw
It appears the current svn trunk has a problem in that gtk.main() in backend_gtk.py line 71 never returns, even after all windows have been closed. To reproduce, run "python simple_plot.py -dGTKAgg" and close the window. This does not happen with WXAgg or TkAgg. -Andrew --