Re: [Matplotlib-users] Runtime Error - Need Advice

2010-02-10 Thread Lee Boger
uture upgrade. Lee Christoph Gohlke 02/09/2010 04:35 PM To matplotlib-users cc Subject Re: [Matplotlib-users] Runtime Error - Need Advice Caterpillar: Confidential Green Retain Until: 03/11/2010 I can now reproduce this. It seems the same old problem that PythonWin can not reliabl

Re: [Matplotlib-users] Runtime Error - Need Advice

2010-02-09 Thread Christoph Gohlke
To close this thread: the PyEval_RestoreThread crash is a known bug in the tkagg backend on Windows. See line 375 of backend_tkagg.py: def show(self): """ this function doesn't segfault but causes the PyEval_RestoreThread: NULL state bug on win32 """ -- Christo

Re: [Matplotlib-users] Runtime Error - Need Advice

2010-02-09 Thread Christoph Gohlke
t; > Lee > > > *Christoph Gohlke * > > 02/09/2010 01:23 PM > > > To > Lee Boger > cc > > Subject > Re: [Matplotlib-users] Runtime Error - Need Advice > > > > > > Caterpillar: Confidential Green

Re: [Matplotlib-users] Runtime Error - Need Advice

2010-02-09 Thread Lee Boger
Python version 2.5.1, Tk version 8.4, IDLE version 1.2.1 Lee Christoph Gohlke 02/09/2010 03:08 PM To matplotlib-users cc Subject Re: [Matplotlib-users] Runtime Error - Need Advice Caterpillar: Confidential Green Retain Until: 03/11/2010 I am not sure what's going on. The s

Re: [Matplotlib-users] Runtime Error - Need Advice

2010-02-09 Thread Lee Boger
ll" on this list, otherwise the reply does not get copied to the list.) Eric > > > *Eric Firing * > > 02/09/2010 01:35 PM > > > To >Lee Boger > cc > matplotlib-users@lists.sourceforge.net > Subject >Re:

Re: [Matplotlib-users] Runtime Error - Need Advice

2010-02-09 Thread Christoph Gohlke
end" thing, which I know nothing > about. I'll look into it. Thanks. > > Lee > > > *Christoph Gohlke * > > 02/09/2010 02:03 PM > > > To > matplotlib-users > cc > > Subject > Re: [Matplotlib-users] Runtime E

Re: [Matplotlib-users] Runtime Error - Need Advice

2010-02-09 Thread Lee Boger
Thanks for your help. I'll look into ipython. Lee Eric Firing 02/09/2010 02:31 PM To Lee Boger , matplotlib-users cc Subject Re: [Matplotlib-users] Runtime Error - Need Advice Caterpillar: Confidential Green Retain Until: 03/11/2010 Lee Boger wrote: > > Thanks fo

Re: [Matplotlib-users] Runtime Error - Need Advice

2010-02-09 Thread Eric Firing
> > > *Eric Firing * > > 02/09/2010 01:35 PM > > > To > Lee Boger > cc > matplotlib-users@lists.sourceforge.net > Subject > Re: [Matplotlib-users] Runtime Error - Need Advice > > > > > > Caterpillar: Co

Re: [Matplotlib-users] Runtime Error - Need Advice

2010-02-09 Thread Christoph Gohlke
Gohlke * > > 02/09/2010 01:23 PM > > > To > Lee Boger > cc > > Subject > Re: [Matplotlib-users] Runtime Error - Need Advice > > > > > > Caterpillar: Confidential GreenRetain Until: 03/11/2010 >

Re: [Matplotlib-users] Runtime Error - Need Advice

2010-02-09 Thread Eric Firing
Lee Boger wrote: > > Windows XP Professional with Python 2.5 installed (pywin32 build 210) - > came with dSPACE software package > > Downloaded and installed matplotlib-0.99.1.win32-py2.5.exe from > sourceforge.net > > Downloaded and installed numpy-1.4.0-win32-superpack-python2.5.exe from >

Re: [Matplotlib-users] Runtime Error - Need Advice

2010-02-09 Thread Christoph Gohlke
Change the last line to pylab.show() and it should work. Anyway, this example should not crash the interpreter. I can reproduce the crash on Python 2.4, 2.5, and 2.6 (32 and 64 bit) on Windows with mpl 0.99.1 but not on Ubuntu 9.1 with mpl 0.99.0. The shortest example that crashes is: python -c