News

The only time to pickle something is if you need to represent a non-string object on disk, but Python code is strings. I presume that the receiving program is basically calling eval (skt.recv ()).
Hi,I'm trying to create a program that can tie the I/O of a socket to some kind of text box. The user types in the box, and whatever comes back through the socket gets displayed there as well ...