Re: Socket and array
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
Hello, How to send an array via socket to the other end?Thanks. -- http://mail.python.org/mailman/listinfo/python-list