[Pythonmac-SIG] "Fatal Python error: PyThreadState_Get: no current thread"

Richard Jones richard at commonground.com.au
Wed Feb 2 05:15:30 CET 2005


On 02/02/2005, at 3:10 PM, Richard Jones wrote:
> Fatal Python error: PyThreadState_Get: no current thread
> Abort trap

Changing::

    import objc

to::

     import objc
     objc.enableThreading()

didn't help.


      Richard



More information about the Pythonmac-SIG mailing list