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

2009-01-20 Thread aberry
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

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 2

Re: python needs a tutorial for install and setup on a Mac

2009-06-22 Thread aberry
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

Re: python needs a tutorial for install and setup on a Mac

2009-06-22 Thread aberry
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

UnicodeDecodeError: problem when path contain folder start with character 'u

2009-06-22 Thread aberry
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

Re: UnicodeDecodeError: problem when path contain folder start withcharacter 'u

2009-06-23 Thread aberry
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