> a socket. Right now, I am pickling a basic string base 64 encoding and
> sending the data over the network. After the recipient client/server
> receives the data, it is decoded and then unpickled. The unpickling
> fails with an EOFError, and I am not sure why.
Hi Adam,
Did you "flush" the
Adam Pridgen wrote:
> Hello,
>
> I am having problems with unpickling data after I pass the data through
> a socket. Right now, I am pickling a basic string base 64 encoding and
> sending the data over the network. After the recipient client/server
> receives the data, it is decoded and then
Hello,
I am having problems with unpickling data after I pass the data through
a socket. Right now, I am pickling a basic string base 64 encoding and
sending the data over the network. After the recipient client/server
receives the data, it is decoded and then unpickled. The unpickling
fai