Re: [python-win32] Problem with Check: can't decode byte 0x90

2014-03-30 Thread bob gailer
On 3/30/2014 10:31 AM, Roger Upole wrote: Should be able to open the file in binary mode (as RunScript above it does) and append the \n as bytes. Are you asking me to modify the code that is behind File->Check (Ctrl+Shift+C)? That is part of the pywin distribution! If I modify the read in that

Re: [python-win32] Problem with Check: can't decode byte 0x90

2014-03-30 Thread Roger Upole
Should be able to open the file in binary mode (as RunScript above it does) and append the \n as bytes. Roger "bob gailer" wrote in message news:53373d8f.8050...@gmail.com... > My program loads into an edit window and runs fine. > > Top line : # -*- coding: utf-8 -*- > > However when I inv