Re: [Pythonmac-SIG] NSDistributedNotificationCenter

2007-11-08 Thread Ronald Oussoren
On 8 Nov, 2007, at 20:55, Mike Covill wrote: I wanted to try using the NSDistributedNotificationCenter to pass messages between two separate python programs running simultaneously, so to learn about doing this I created this class: FILE: listener.py

[Pythonmac-SIG] NSDistributedNotificationCenter

2007-11-08 Thread Mike Covill
I wanted to try using the NSDistributedNotificationCenter to pass messages between two separate python programs running simultaneously, so to learn about doing this I created this class: FILE: listener.py ---

Re: [Pythonmac-SIG] Having a problem to install PyObjC 2.0 to Leopard

2007-11-08 Thread Tobias Rodäbel
On Nov 8, 2007, at 8:09 AM, Seungchan Oh wrote: > I'm trying to install PyObjC 2.0 by "python setup.py bdist_mpkg -- > open" > I got the source code from http://svn.red-bean.com/pyobjc/tags/r200-leopard > . As far as I know, PyObjC 2.0 is still part of the Python2.5.1 installation on Leopar