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