Jean-Paul Calderone wrote:
> Neither the server nor client Python programs you linked to uses the socket
> API correctly. The most obvious mistake is that the code does not check the
> return value of socket.send(), which you must do.
>
> Twisted is a third-party library which abstracts many of
Sandy Dunlop wrote:
> Hi,
> I'm new here, and fairly new to Python. I have been playing around with
> Python and started having a look at socket IO. I have written a script
> that communicates over a network to a server which is written in C.
> While trying to get this
Hi,
I'm new here, and fairly new to Python. I have been playing around with
Python and started having a look at socket IO. I have written a script
that communicates over a network to a server which is written in C.
While trying to get this working, I have been running into a problem
where the Pytho