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
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
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