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 can work around these issues for now by ensuring I always wrap them as NSStrings, but it's going to create headaches if I start to use DO for more advanced IPC.

Anyone any thoughts? (Including suggestions for alternative LAN-capable IPC options.)

Both ends are Python?
If they are, maybe you should try Pyro (http://pyro.sourceforge.net).

--irmen
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to