GNTP not connecting

Chris Angelico rosuav at gmail.com
Thu Apr 12 18:30:41 EDT 2012


On Fri, Apr 13, 2012 at 7:44 AM, milosh zorica <miloshzorica at gmail.com> wrote:
> yes but what?
>
> everything else works cool and i can connect via socket from python
>
> On Thu, Apr 12, 2012 at 6:38 PM, Chris Angelico <rosuav at gmail.com> wrote:
>> 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
>> --
>> http://mail.python.org/mailman/listinfo/python-list

I'm hoping you meant for that reply to be on-list, and am myself
replying on-list.

You can connect to that (host,port) using Python? In that case, check
that the right host/port is being used by growl - possibly there's a
parameter you need to check. I can't help any further though, as I
have no experience with growl.

ChrisA



More information about the Python-list mailing list