[EMAIL PROTECTED] writes:

> So you're saying that in order for PyObjC to work correctly, there  
> must be an explicit PyEval_InitThreads call during the embedding  
> code's initialization?

Before 2.4.2 (not released yet) you need to call PyEval_InitThreads
before calling PyGILState_Release (because of a silly bug), but I
wouldn't expect this to cause a crash where you're seeing one.

Still, might want to try it, though.

Cheers,
mwh

-- 
  A difference which makes no difference is no difference at all.
                        -- William James (I think.  Reference anyone?)
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to