GNTP not connecting

Chris Angelico rosuav at gmail.com
Thu Apr 12 17:38:17 EDT 2012


On Fri, Apr 13, 2012 at 7:32 AM, milosh zorica <miloshzorica at gmail.com> wrote:
>    s.connect((self.hostname, self.port))
> socket.error: [Errno 61] Connection refused

This is saying that the computer at that hostname is running, but no
program is listening on that port. Maybe you have the host/port wrong,
or maybe something needs to be running on that computer.

ChrisA



More information about the Python-list mailing list