t)
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-softw
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 2
thonw"
pythonw
sudo rm python
sudo ln -s pythonw python2.5
sudo ln -s python2.5 python
this worked for me... do let me know if any1 has other way of doing...
Rgds,
aberry
Vincent Davis wrote:
>
> I am running python on a mac and when I was getting going it was difficult
> t
thanks for suggestion...
what should I put in 'bashrc ' so that I can switch between different
version.
as python command will always point to one Python framework (lets either
2.4.x or 2.5.x).
regards,
aberry
Diez B. Roggisch-2 wrote:
>
> aberry wrote:
>
>>
&g
osition
5-9: end of string in escape sequence
11. >>>
Not sure whether I am doing something wrong or this is as designed behavior
.
any help appreciated
Rgds,
aberry
--
View this message in context:
http://www.nabble.com/UnicodeDecodeError%3A-problem-when-path-contai
thanks all for help...
actually this was in old code having 'unicode_escape' .
i hope it was there to handle path which may contain localized chars...
but removing unicode_escape' it worked fine... :)
rgds,
aberry
Mark Tolonen-3 wrote:
>
>
> "aberry" w