Re: [Pythonmac-SIG] problems with Distributed Objects and PyObjC

2009-10-20 Thread Irmen de Jong
Hamish Sanderson wrote: Hi all, Trying to use Distributed Objects to communicate between PyObjC-based processes on 10.5 and/or 10.6, but encountering various problems when passing Python values, as illustrated below. The production code currently only passes Python strings as arguments so I c

Re: [Pythonmac-SIG] problems with Distributed Objects and PyObjC

2009-10-20 Thread Ronald Oussoren
On Tuesday, October 20, 2009, at 01:20PM, "Hamish Sanderson" wrote: >Hi all, > >Trying to use Distributed Objects to communicate between PyObjC-based >processes on 10.5 and/or 10.6, but encountering various problems when >passing Python values, as illustrated below. The production code >c

[Pythonmac-SIG] problems with Distributed Objects and PyObjC

2009-10-20 Thread Hamish Sanderson
Hi all, Trying to use Distributed Objects to communicate between PyObjC-based processes on 10.5 and/or 10.6, but encountering various problems when passing Python values, as illustrated below. The production code currently only passes Python strings as arguments so I can work around these