Re: [Matplotlib-users] Animation crashes on Windows

2010-06-24 Thread Christoph Gohlke
On 6/24/2010 9:49 AM, João Luís Silva wrote: > Hi, > > This simple script will animate correctly on Linux, but will not work on > Windows (mpl 0.99.3) and at the end will crash with a message box > (unknown software exception (0x4015) at the location 0x1e05b62a) and > prints to the console: >

Re: [Matplotlib-users] Animation crashes on Windows

2010-06-24 Thread João Luís Silva
The crash happens with the TKAgg backend but not with the GTKAgg backend, but the script will still not animate. This one will however: #--- import matplotlib matplotlib.use("GTKAgg") import matplotlib.pyplot as plt import numpy as np plt.ion() x = np.arange(0

[Matplotlib-users] Animation crashes on Windows

2010-06-24 Thread João Luís Silva
Hi, This simple script will animate correctly on Linux, but will not work on Windows (mpl 0.99.3) and at the end will crash with a message box (unknown software exception (0x4015) at the location 0x1e05b62a) and prints to the console: Fatal Python error: PyEval_RestoreThread: NULL tstat