"Jeff Pang" <p...uno.com> wrote:

I want to transmit an array via socket from a host to another.
How to do it? thank you.

pickle it and send it and unpickle it on the other side.

See the cPickle module docs for loads and dumps.

- Hendrik

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

Reply via email to