Re: GNTP not connecting

2012-04-12 Thread milosh zorica
thanks On Thu, Apr 12, 2012 at 7:30 PM, Chris Angelico wrote: > On Fri, Apr 13, 2012 at 7:44 AM, milosh zorica 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 wrote: >>> On Fri, Apr 13, 2012

Re: GNTP not connecting

2012-04-12 Thread Chris Angelico
On Fri, Apr 13, 2012 at 7:44 AM, milosh zorica 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 wrote: >> On Fri, Apr 13, 2012 at 7:32 AM, milosh zorica >> wrote: >>>    s.connect((self.hostname, s

Re: GNTP not connecting

2012-04-12 Thread Chris Angelico
On Fri, Apr 13, 2012 at 7:32 AM, milosh zorica 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 somet

GNTP not connecting

2012-04-12 Thread milosh zorica
hey folks seems GNTP doesn't work for me. the growl app itself works cool import gntp.notifier gntp.notifier.mini("message") - Traceback (most recent call last): File "", line 1, in File "/Library/Frameworks/Python.framework/Versions/2.7/lib/pytho