mumebuhi wrote:
> Thank you very much for the reply.
>
> Can pickle work directly with socket? The way I am doing right now is
> to pickle the object to a file then send the file content through the
> socket.

Pickle aso has dumps() and loads() to work with strings rather than
files.

Peace,
~Simon

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

Reply via email to