|
From: Benjamin R. <ben...@ou...> - 2011-08-03 19:15:24
|
On Wed, Aug 3, 2011 at 3:50 AM, Jakob123 <jak...@is...>wrote: > > Hej there! > I am using PyPlot to draw onto a Tkinter GUI (in Python 2.6). Works fine, > but when I close the window (root.destroy()) PyPlot apparently crashes with > the error message "Fatal Python error: PyEval_RestoreThread: NULL tstate" > (error 0x40000015). All I found was > http://groups.google.com/group/comp.lang.python/msg/8e6bbae27a99f6d3 this > but it didnt help, I am using matplotlib 1.0.0. > > Some pointers would be great, I am still a rookie when it comes to > programming... > > Thanks in advance /Jakob > > Jakob, A little while back, we put out an important v1.0.1 release that addressed many issues with the various backends. While I don't remember all of the bugs it fixed, it may have fixed that one. I would suggest installing that version and seeing if it work for you. Ben Root |