Re: smtplib.SMTP throw : 'Socket error: 10053 software caused connection abort'

2009-01-21 Thread aberry
aberry wrote: > > I am using 'smtplib' module to send an email but getting exception... > > smtplib.SMTP( throw error : > > here is trace back snippet :- > > " smtp = smtplib.SMTP(self.server) > File "D:\Python24\lib\smtplib.py", line 244, in __init__ >(code, msg) = self.connect(host,

smtplib.SMTP throw : 'Socket error: 10053 software caused connection abort'

2009-01-20 Thread aberry
I am using 'smtplib' module to send an email but getting exception... smtplib.SMTP( throw error : here is trace back snippet :- " smtp = smtplib.SMTP(self.server) File "D:\Python24\lib\smtplib.py", line 244, in __init__ (code, msg) = self.connect(host, port) File "D:\Python24\lib\smtplib

Re: Error : 10053, 'Software caused connection abort'

2006-05-10 Thread Fredrik Lundh
C Saha wrote: > I have a mail function in my pythin code and seems like due to that > I am getting this error when ever I am running the pythin code. Any > idea, how to resolve this? > > Error is = (10053, 'Software caused connection abort') if you remove the "catch all and don't tell me what re

Error : 10053, 'Software caused connection abort'

2006-05-10 Thread - C Saha -
Hi All   I have a mail function in my pythin code and seems like due to that I am getting this error when ever I am running the pythin code. Any idea, how to resolve this?   Error is = (10053, 'Software caused connection abort')     My code is   =

Socket error: 10053 software caused connection abort

2006-03-18 Thread endcompany
  -- http://mail.python.org/mailman/listinfo/python-list