Re: [Matplotlib-users] anim.py questions

2008-04-12 Thread Alan G Isaac
On Sat, 12 Apr 2008, Alan G Isaac apparently wrote: > 1. Running anim.py at DOS prompt: it runs correctly until > the end: > Fatal Python error: PyEval_RestoreThread: NULL tstate OK, there is a simple fix to this: explicitly close the figure after the loop. I'll attach a fixed example file, i

[Matplotlib-users] anim.py questions

2008-04-11 Thread Alan G Isaac
I have a couple questions about anim.py: http://matplotlib.sourceforge.net/examples/anim.py I'm running Python 2.5.1 and Matplotlib 0.90.1 under Win 2000. 1. Running anim.py at DOS prompt: it runs correctly until the end: Fatal Python error: PyEval_RestoreThread: NULL tstate This appli