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, port)
>  File "D:\Python24\lib\smtplib.py", line 306, in connect
>raise socket.error, msg
> socket.error: (10053, 'Software caused connection abort')"
> 
> thanks in adv,
> aberry
> 
> 

problem resolved :) ... culprit was Anti Virus  running on my Win XP
machine...
I disabled AV On Access scan... no Error and email sent

rgds,
aberry
-- 
View this message in context: 
http://www.nabble.com/smtplib.SMTP-throw-%3A-%27Socket-error%3A-10053-software-caused-connection-abort%27-tp21565011p21579963.html
Sent from the Python - python-list mailing list archive at Nabble.com.

--
http://mail.python.org/mailman/listinfo/python-list


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.py", line 306, in connect
   raise socket.error, msg
socket.error: (10053, 'Software caused connection abort')"

thanks in adv,
aberry



-- 
View this message in context: 
http://www.nabble.com/smtplib.SMTP-throw-%3A-%27Socket-error%3A-10053-software-caused-connection-abort%27-tp21565011p21565011.html
Sent from the Python - python-list mailing list archive at Nabble.com.

--
http://mail.python.org/mailman/listinfo/python-list