Re: Socket and array

2007-02-07 Thread Sam
On 07/02/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > How to send an array via socket to the other end?Thanks. What you want is a serialisation solution - turning objects into a string format, and vice versa. Python provides a system for this in its standard library, in the pickle module. So

Socket and array

2007-02-07 Thread JStoneGT
Hello, How to send an array via socket to the other end?Thanks. -- http://mail.python.org/mailman/listinfo/python-list