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 abe...@aol.in wrote in message news

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

2009-06-22 Thread aberry
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 to setup information. Specifically

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: Switching between python version

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

2009-06-22 Thread aberry
help appreciated Rgds, aberry -- View this message in context: http://www.nabble.com/UnicodeDecodeError%3A-problem-when-path-contain-folder-start-with-character-%27u-tp24146775p24146775.html Sent from the Python - python-list mailing list archive at Nabble.com. -- http://mail.python.org/mailman

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(nailservernam 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
\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