Re: [python-win32] Non-ascii character in source code cause 'Exceptionoccurred'

2006-07-04 Thread aurora
Thank you for the quick response :) wy >> Any presence of a non-ascii character, even if it is in the >> comment only, >> would cause this problem. I have tried various encoding, with >> or without >> BOM, and also adding the encoding specification at the top of >> the file. >> All these give the

Re: [python-win32] Non-ascii character in source code cause 'Exceptionoccurred'

2006-07-03 Thread Mark Hammond
> Any presence of a non-ascii character, even if it is in the > comment only, > would cause this problem. I have tried various encoding, with > or without > BOM, and also adding the encoding specification at the top of > the file. > All these give the same result. On the other hand a similar > Java