problem on socket programming

Processor-Dev1l processor.dev1l at gmail.com
Fri Jul 31 09:15:00 EDT 2009


On Jul 31, 2:37 pm, MalC0de <malc0de.encr... at gmail.com> wrote:
> no, I disabled my firewall, no problem with even enabled firewall ...
> no one can help !?

Connection refused... connection was refused by the listening socket,
it could also be due to the settings of your service, if it accepts
only from localhost to localhost (127.0.0.1 to 127.0.0.1) then other
connections will not be granted. Try to find some socket samples on
python.org (there are plenty of tip and tricks for using sockets)



More information about the Python-list mailing list