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:
>>>>>
>>>>>
>>>>>
>>>>> 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,
>>>>>> numpy,
>>>>>> matplotlib).
>>>>>>
>>>>>> Is this something I can fix or ignore?
>>>>>>
>>>>>> Thanks!
>>>>>
>>>>> Using Numpy 1.4.1 on Windows 7 64 bit.
>>>>> Python version 2.6.5 for 64 bit as well.  All from your website of
>>>>> pre-compiled stuff.
>>>>>
>>>>> Thanks for doing that!
>>>>>
>>
>> Those versions should work. Can you post some more details how you run
>> python and a script that shows this problem. I assume you can import and
>> use matplotlib and the crash appears when exiting Python? It might just
>> be the old known bug in the Tk backend, not anything specific to the 64
>> bit version. See
>> <http://www.mail-archive.com/matplotlib-users@lists.sourceforge.net/msg15342.html>
>>
>> --
>> Christoph
>
> I thought that was fixed:
> http://sourceforge.net/tracker/?func=detail&aid=3015013&group_id=80706&atid=560720
>
> Eric
>

Yes the bug is fixed. If the program is terminated properly. However, 
you can still crash the Python interpreter if you close or kill the 
console window while the following script is running.

python -c"from matplotlib import pyplot;pyplot.hot();input()"

--
Christoph

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to