Re: [Matplotlib-users] v1.1.0 crashes upon exit

2011-11-07 Thread Joel Varley
I also updated my macports last week and now also have a similar error: /opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site- packages/matplotlib/backends/backend_gtk.py:552: GtkWarning: gtk_widget_unrealize: assertion `GTK_IS_WIDGET (widget)' failed self.toolbar.destr

Re: [Matplotlib-users] v1.1.0 crashes upon exit

2011-11-02 Thread Benjamin Root
On Wed, Nov 2, 2011 at 3:33 PM, Sandro Tosi wrote: > On Wed, Nov 2, 2011 at 21:00, Benjamin Root wrote: > > On Wed, Nov 2, 2011 at 2:50 PM, Sandro Tosi wrote: > >> > >> On Wed, Nov 2, 2011 at 20:39, Michael Droettboom > wrote: > >> > I'm not able to reproduce this, but I've seen similar issues

Re: [Matplotlib-users] v1.1.0 crashes upon exit

2011-11-02 Thread Sandro Tosi
On Wed, Nov 2, 2011 at 21:00, Benjamin Root wrote: > On Wed, Nov 2, 2011 at 2:50 PM, Sandro Tosi wrote: >> >> On Wed, Nov 2, 2011 at 20:39, Michael Droettboom wrote: >> > I'm not able to reproduce this, but I've seen similar issues in the >> > past.  Can you tell me if this patch fixes it for yo

Re: [Matplotlib-users] v1.1.0 crashes upon exit

2011-11-02 Thread Benjamin Root
On Wed, Nov 2, 2011 at 2:50 PM, Sandro Tosi wrote: > On Wed, Nov 2, 2011 at 20:39, Michael Droettboom wrote: > > I'm not able to reproduce this, but I've seen similar issues in the > > past. Can you tell me if this patch fixes it for you? > > Nope, it doesn't. > > Just yesterday, I started gett

Re: [Matplotlib-users] v1.1.0 crashes upon exit

2011-11-02 Thread Sandro Tosi
On Wed, Nov 2, 2011 at 20:39, Michael Droettboom wrote: > I'm not able to reproduce this, but I've seen similar issues in the > past.  Can you tell me if this patch fixes it for you? Nope, it doesn't. > diff --git a/lib/matplotlib/backends/backend_gtk.py > b/lib/matplotlib/backends/backend > ind

Re: [Matplotlib-users] v1.1.0 crashes upon exit

2011-11-02 Thread Michael Droettboom
I'm not able to reproduce this, but I've seen similar issues in the past. Can you tell me if this patch fixes it for you? diff --git a/lib/matplotlib/backends/backend_gtk.py b/lib/matplotlib/backends/backend index 1012bbe..2efb72a 100644 --- a/lib/matplotlib/backends/backend_gtk.py +++ b/lib/ma

Re: [Matplotlib-users] v1.1.0 crashes upon exit

2011-11-02 Thread Sandro Tosi
Hi, On Wed, Nov 2, 2011 at 18:12, John Jameson wrote: > In the meantime I notice that with MPL v1.1.0 the program crashes at the end > a most of my old MPL example programs (I use the GTKAgg backend for all of > them). A typical way to end the program is: > >             gtk.main_quit() > >      

[Matplotlib-users] v1.1.0 crashes upon exit

2011-11-02 Thread John Jameson
Thanks Ben! I just updated my Macports and it brought in v1.1.0 so I will check it out for easier animation. In the meantime I notice that with MPL v1.1.0 the program crashes at the end a most of my old MPL example programs (I use the GTKAgg backend for all of them). A typical way to end the pro