Re: [matplotlib-devel] animation blit under gtk*

2007-12-03 Thread Fernando Perez
On Dec 3, 2007 12:12 PM, Michael Droettboom <[EMAIL PROTECTED]> wrote: > Works on RHEL4, with most applicable things built from source... Python > 2.5, Gtk+: gtk+: 2.10.9, glib: 2.12.9, pygtk: 2.10.4, pygobject: 2.13.1 All OK here too, SVN build of numpy/matplotlib, ubuntu Feisty standard package

Re: [matplotlib-devel] animation blit under gtk*

2007-12-03 Thread Michael Droettboom
Works on RHEL4, with most applicable things built from source... Python 2.5, Gtk+: gtk+: 2.10.9, glib: 2.12.9, pygtk: 2.10.4, pygobject: 2.13.1 Cheers, Mike Jeff Whitaker wrote: > John Hunter wrote: >> I just noticed that the blit API in GTK* is causing a seg fault on my >> desktop. Can anyone

Re: [matplotlib-devel] animation blit under gtk*

2007-12-03 Thread Jeff Whitaker
John Hunter wrote: > I just noticed that the blit API in GTK* is causing a seg fault on my > desktop. Can anyone confirm this on another system. Has anyone made > any changes that you are aware of that might have affected this part > of the code? I am seeing problems with > examples/animation_bl

[matplotlib-devel] animation blit under gtk*

2007-12-03 Thread John Hunter
I just noticed that the blit API in GTK* is causing a seg fault on my desktop. Can anyone confirm this on another system. Has anyone made any changes that you are aware of that might have affected this part of the code? I am seeing problems with examples/animation_blit.py and examples/poly_edito