Re: [Pyobjc-dev] DO is broken too
Brought to you by:
ronaldoussoren
From: Burris T. E. <bu...@gi...> - 2004-03-27 17:52:41
|
I was using head but it was a week or two out of date. Updating seems to have done the trick. The demo app works. Thank you! I'm really psyched to use pyobjc. There's no better way to write Mac software. burris On Mar 27, 2004, at 9:46 AM, Bob Ippolito wrote: > On Mar 27, 2004, at 11:38 AM, Burris T. Ewell wrote: > >> I figured since I can't use pyobjc in multithreaded applications, >> I'll just use a subprocess and DO for communication. I had tried DO >> for inter-thread communication before but it always crashed. Anyway, >> DO is apparently broken in the general case. The subprocess crashes >> when it tries to connect to the main application. I tried messing >> around with a couple of python shells and either the client or the >> server always crashed, didn't work at all. >> >> http://gigagig.org/BT/doFoo.tgz > > Are you using CVS HEAD? There were some very recent fixes for DO. > > -bob > |