problem on socket programming

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Sat Aug 1 00:04:27 EDT 2009


En Fri, 31 Jul 2009 10:43:49 -0300, MalC0de <malc0de.encrypt at gmail.com>  
escribió:

> none of you can't interpret it ? do you have errors like me !?

Have you tried Diez B. Roggisch suggestion? :

>> Can you ping and telnet to the port on the desired server?
>> Firewalls can be an issue here.

The official doc page for the socket module contains a working example of  
an echo client/server program like yours:

http://docs.python.org/library/socket.html#example

-- 
Gabriel Genellina




More information about the Python-list mailing list