Re: [BangPypers] (10054, 'Connection reset by peer')

2010-02-14 Thread learningpython
Hi Anand Balachandran, It is resolved so don't worry about it.. Reason: The remte host was in stand by mode and i just learned that PING works in standby as it is ICMP message. Cheers .. - Anand -Original Message- From: learningpyt...@aol.com To: bangpypers@python.org Sent

Re: [BangPypers] (10054, 'Connection reset by peer')

2010-02-14 Thread learningpython
Hi Anand Balachandran, I have posted the file, i have issues to your email account. Let me know if missed something. Thanks -- Anand ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] (10054, 'Connection reset by peer')

2010-02-13 Thread Anand Balachandran Pillai
On Sat, Feb 13, 2010 at 3:35 PM, wrote: > > Hi Gurus, > > Thank you Kaushiik and Anand > > The settings i mean are the IP address i am interacting, they remain the > same. I am just running my test initiation as usual. > What i mean, is there is no change either in the environment where i > amru

Re: [BangPypers] (10054, 'Connection reset by peer')

2010-02-13 Thread learningpython
Hi Gurus, Thank you Kaushiik and Anand The settings i mean are the IP address i am interacting, they remain the same. I am just running my test initiation as usual. What i mean, is there is no change either in the environment where i amrunning and environment at the remote machine both in m

Re: [BangPypers] (10054, 'Connection reset by peer')

2010-02-11 Thread Anand Balachandran Pillai
On Fri, Feb 12, 2010 at 11:38 AM, wrote: > > > > > > > Hello Gurus, > > I am troubled suddenly with (10054, 'Connection reset by peer') error with > same settings, which was working earlier in the day. > > data,addr = self.mysock.recvfrom(buf) after this step eclipse dies with > (10054, 'Connec

Re: [BangPypers] (10054, 'Connection reset by peer')

2010-02-11 Thread kausikram krishnasayee
> > Hello Gurus, > > I am troubled suddenly with (10054, 'Connection reset by peer') error with > same settings, which was working earlier in the day. > What same settings. > data,addr = self.mysock.recvfrom(buf) after this step eclipse dies with > (10054, 'Connection reset by peer') error. >

[BangPypers] (10054, 'Connection reset by peer')

2010-02-11 Thread learningpython
Hello Gurus, I am troubled suddenly with (10054, 'Connection reset by peer') error with same settings, which was working earlier in the day. data,addr = self.mysock.recvfrom(buf) after this step eclipse dies with (10054, 'Connection reset by peer') error. Have tried after restarting