John Nagle wrote:
> It's possible to use "pickle" for interprocess communication over
> pipes, but it's not straightforward.

IIRC the processing module uses pickle for IPC. Maybe you can get some
idea by reading its code?

http://pypi.python.org/pypi/processing/0.40

Christian

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to