Re: [Matplotlib-users] Fatal Python Error with 64 bit versions

2010-08-11 Thread stetrick
end? > > Christoph > > > > On 8/11/2010 2:31 PM, stetrick wrote: >> >> I removed and reinstalled everything, and I'm still getting it. >> >> I am using the multiprocessing lib. Each process then produces a graph >> with >> matplotlib, w

Re: [Matplotlib-users] Fatal Python Error with 64 bit versions

2010-08-11 Thread stetrick
Adding a close() at the end didn't do anything - still get the same message. stetrick wrote: > > I removed and reinstalled everything, and I'm still getting it. > > I am using the multiprocessing lib. Each process then produces a graph > with matplotlib, which

Re: [Matplotlib-users] Fatal Python Error with 64 bit versions

2010-08-11 Thread stetrick
I removed and reinstalled everything, and I'm still getting it. I am using the multiprocessing lib. Each process then produces a graph with matplotlib, which is only done with Savefig (never interactively displaced during the creation process). I have nothing special in the configuration - jus

Re: [Matplotlib-users] Fatal Python Error with 64 bit versions

2010-08-10 Thread stetrick
Should probably indicate that it is the MKV versions stetrick wrote: > > > > Christoph Gohlke wrote: >> >> >> >> On 8/9/2010 3:09 PM, stetrick wrote: >>> >>> I am now getting a message that says: >>> >>> Fatal Pyth

Re: [Matplotlib-users] Fatal Python Error with 64 bit versions

2010-08-10 Thread stetrick
Christoph Gohlke wrote: > > > > On 8/9/2010 3:09 PM, stetrick wrote: >> >> I am now getting a message that says: >> >> Fatal Python error: PyEval_RestoreThread: NULL tstate >> >> This application has requested the Runtime to terminate it in

[Matplotlib-users] Fatal Python Error with 64 bit versions

2010-08-10 Thread stetrick
I am now getting a message that says: Fatal Python error: PyEval_RestoreThread: NULL tstate This application has requested the Runtime to terminate it in an unusual way. This is with matplotlib 1.0.0, but all versions are 64-bit (python, numpy, matplotlib). Is this something I can fix or ignor