RE: Setting Current Dir in Python

2007-09-04 Thread Sandipan News
my utilities chugging along again - What a relief! Thanks again. Sandipan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gabriel Genellina Sent: Tuesday, September 04, 2007 3:27 PM To: python-list@python.org Subject: Re: Setting Current Dir in Python En

Re: Setting Current Dir in Python

2007-09-04 Thread Gabriel Genellina
En Tue, 04 Sep 2007 09:12:22 -0300, Sandipan Gangopadhyay <[EMAIL PROTECTED]> escribi�: > I have recently installed Python 2.5.1 and Pythonwin (without any > errors) on > Windows Vista Ultimate. > > Now, the programs run fine within Pythonwin IDE when current directory is > set to the program'

Re: Setting Current Dir in Python

2007-09-04 Thread Tim Couper
Steve Of course it is. I'd like to think I left a test for the observant, but in reality it just shows I can't copy-type ... :-) Tim Dr Tim Couper CTO, SciVisum Ltd www.scivisum.com Steve Holden wrote: > Tim Couper wrote: > >> "Non-ASCII character '\xef' in file" >> >> SandhirFileMonit

Re: Setting Current Dir in Python

2007-09-04 Thread Steve Holden
Tim Couper wrote: > "Non-ASCII character '\xef' in file" > > SandhirFileMonitor.py on line 356, > > This is reason for the failure .. you have a (probably accidentally placed) > non-ascii (ie whose value is > 128) character on line 356, whose hex value is > ef (decimal 259) . Solution: find th

Re: Setting Current Dir in Python

2007-09-04 Thread Tim Couper
"Non-ASCII character '\xef' in file" SandhirFileMonitor.py on line 356, This is reason for the failure .. you have a (probably accidentally placed) non-ascii (ie whose value is > 128) character on line 356, whose hex value is ef (decimal 259) . Solution: find that line and remove the character