Re: os.path.expanduser on Windows: UnicodeEncodeError

2005-07-18 Thread Neil Hodgson
Bob Swerdlow wrote: > My application is getting this error on Windows XP (works fine on Mac OS > X) when it calls os.path.expanduser: >UnicodeEncodeError: 'ascii' codec can't encode characters in position > 52-56: ordinal not in range(128) What does your environment look like? You can fi

os.path.expanduser on Windows: UnicodeEncodeError

2005-07-18 Thread Bob Swerdlow
My application is getting this error on Windows XP (works fine on Mac OS X) when it calls os.path.expanduser: UnicodeEncodeError: 'ascii' codec can't encode characters in position 52-56: ordinal not in range(128) The code was built with Python 2.3.4. I found referenes to Path 957650, but I'