On Fri, Apr 13, 2012 at 7:32 AM, milosh zorica <miloshzor...@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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to