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

2010-08-11 Thread stetrick
Setting the matplotlib.use('Agg') seems to have made the problem go away. Thanks for your patience. Scott Christoph Gohlke wrote: > > Again, please post a complete script that can reproduce the problem. > Since you do not need a GUI did you try to use the Agg backend? > > Christoph > > >

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

2010-08-11 Thread Christoph Gohlke
Again, please post a complete script that can reproduce the problem. Since you do not need a GUI did you try to use the Agg backend? 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

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 is only done with Savefig (never

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 Christoph Gohlke
On 8/10/2010 12:26 PM, Eric Firing wrote: > On 08/10/2010 09:10 AM, Christoph Gohlke wrote: >> >> >> On 8/10/2010 11:53 AM, stetrick wrote: >>> >>> Should probably indicate that it is the MKV versions >>> >>> >>> stetrick wrote: Christoph Gohlke wrote: > > > >

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

2010-08-10 Thread Eric Firing
On 08/10/2010 09:10 AM, Christoph Gohlke wrote: > > > On 8/10/2010 11:53 AM, stetrick wrote: >> >> 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 gett

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

2010-08-10 Thread Christoph Gohlke
On 8/10/2010 11:53 AM, stetrick wrote: > > 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 Python error: PyEval_Resto

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 Python error: PyEval_RestoreThread: NULL tstate >>> >>> This application has req

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 an unusual >> way. >> >> This is with matplotlib 1.0

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

2010-08-10 Thread Christoph Gohlke
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 an unusual > way. > > This is with matplotlib 1.0.0, but all versions are 64-bit (python, nump

[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