Re: [wxPython] AW: wxpython-users digest, Vol 1 #771 - 5 msgs
by Robin Dunn other posts by this author
Apr 30 2002 3:28AM messages near this date
[wxPython] AW: wxpython-users digest, Vol 1 #771 - 5 msgs
|
Re: [wxPython] wxVTKRenderWindow freezes at any resize operation
> after my VTK problem I had to switch back to wxPython 2.3.1 with
> Python 2.1.1. (WIN NT 4 SP6)
> Indeed the VTKRenderWindow works fine again. But now
> my threads aren't working any more. I have copied the event stuff from
> a posting in comp.lang.python (24-May-2001). The error message I get is:
>
> Python error: ceval: orphan tstate
> abnormal program termination
On a multi-processor machine, right? That was the major (but hidden) change
in 2.3.2 (first attempt) and 2.3.2.1, the proper use and management of the
Python threadstate and GIL.
--
Robin Dunn
Software Craftsman
robin@[...].com Java give you jitters?
http://wxPython.org Relax with wxPython!
_______________________________________________
wxpython-users mailing list
wxpython-users@[...].org
http://lists.wxwindows.org/mailman/listinfo/wxpython-users
Thread:
Marcus Stojek
Robin Dunn
|