Re: [matplotlib-devel] figure error during python shutdown

2011-05-08 Thread Phil Elson
Michael Droettboom-3 wrote: > > There is a fix in this pull request. > > https://github.com/matplotlib/matplotlib/pull/106 > > Can you confirm it works for you? > For me that only moved the problem further a little, I got the error: AttributeError: FigureManagerGTKAgg instance has no attrib

Re: [matplotlib-devel] figure error during python shutdown

2011-05-06 Thread Michael Droettboom
I think this might have existed for a long time, but there just hasn't been much testing running Gtk without opening windows. There is a fix in this pull request. https://github.com/matplotlib/matplotlib/pull/106 Can you confirm it works for you? Mike On 05/05/2011 05:17 PM, Benjamin Root wr

[matplotlib-devel] figure error during python shutdown

2011-05-05 Thread Benjamin Root
There seems to be an odd error that comes up when exiting python after using matplotlib with gtkagg backend. I only notice this error if I do not display the figure (i.e., only saving figures in a headless mode) and during the test. Also, this is with matplotlib master branch. I have not tested