hi,

i observed a similar problem that persists in matplotlib 0.90.1 (python 2.5,
numpy 1.0.1, ipython 0.7.3).
the problem occurs when a window is closed and it seems to be specific to
the non-interactive mode using the GTK or GTKAgg backend. the following
short script runs ok once, but when i try to run it a second time, python
hangs:


# start script
import pylab as P
P.ioff()
P.figure()
P.close()
# stop script

this is probably a problem of matplotlib and we should continue this thread
on the matplotlib email list.


cheers,
 kilian






From: "John Hunter" <[EMAIL PROTECTED]>
> Date: July 13, 2007 1:10:35 PM PDT
> To: "SciPy Users List" < [EMAIL PROTECTED]>
> Subject: Re: [SciPy-user] (Mac) Close a plot window, crash IPython?
> Reply-To: SciPy Users List < [EMAIL PROTECTED]>
>
> On 7/13/07, David Warde-Farley <[EMAIL PROTECTED]> wrote:
>
>> It does seem as though the *exact* same bug was reported today on
>> matplotlib-devel (what are the odds?), I shall checkout the svn
>> version and see if that fixes it, and make them aware of the other
>> WX-
>> related bug as well.
>
> I hope this does fix your problem, but the bug that was fixed was also
> recently introduced (in a svn commit after the 0.90.1 release) so it
> may not be your problem.  But if you can update from svn and see if
> the problem is still there, that would be a great start.  See you on
> the matplotlib-devel side :-)
>
> JDH
> _______________________________________________
> SciPy-user mailing list
> [EMAIL PROTECTED]
> http://projects.scipy.org/mailman/listinfo/scipy-user


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to