[Pyobjc-dev] Threading
Brought to you by:
ronaldoussoren
From: Tony L. <ton...@lo...> - 2003-01-20 23:50:26
|
Hi, I'm trying to make a Cocoa front end for an HTTP based python application (spambayes). My program spawns a thread to handle the HTTP requests, but that thread blocks. I've also tried a thread that does nothing count, and it blocks too. Any advice on writing a pyobjc program that uses threads? PyObjC .8 python 2.2 (from Apple) Thanks, -Tony |