Re: Socket communication problem

2007-10-24 Thread Sandy Dunlop
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

Re: Socket communication problem

2007-10-24 Thread Jean-Paul Calderone
On Wed, 24 Oct 2007 20:42:49 +0100, Sandy Dunlop <[EMAIL PROTECTED]> 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. >Whi

Re: Socket communication problem

2007-10-24 Thread Sandy Dunlop
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 working, I have been running

Socket communication problem

2007-10-24 Thread Sandy Dunlop
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