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 attribute 'toolbar' Which was solved by changing the line after your fix to be: if hasattr(self, 'toolbar') and self.toolbar: This then seems to run fine. -- View this message in context: http://old.nabble.com/figure-error-during-python-shutdown-tp31554255p31565516.html Sent from the matplotlib - devel mailing list archive at Nabble.com. ------------------------------------------------------------------------------ WhatsUp Gold - Download Free Network Management Software The most intuitive, comprehensive, and cost-effective network management toolset available today. Delivers lowest initial acquisition cost and overall TCO of any competing solution. http://p.sf.net/sfu/whatsupgold-sd _______________________________________________ Matplotlib-devel mailing list Matplotlib-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-devel