socket.error: (32, 'Broken pipe'): need help

Junhua Deng (AL/EAB) junhua.deng at ericsson.com
Thu Oct 27 11:34:45 EDT 2005


Hi,
I have a simple server-client application with threading. It works fine when both server and client on the same machine, but I get the following error message if the server is on another machine:

... ...
    self.socket.send(outgoingMsg)
socket.error: (32, 'Broken pipe')

I do not know where to start with? 

Thanks
Junhua



More information about the Python-list mailing list