Re: [python-win32] win32com calling IE: OLE error 0x800704a6

2010-01-05 Thread Kees van Schaik
>The 80070xxx errors are often COM-wrapped versions of the standard >Windows errors. 0x4A6 is 1190, which is "ERROR_SHUTDOWN_IS_SCHEDULED". >Is it possible this happens after a Windows Update has occurred but >before the reboot? Thanks. It is not impossible, but unlikely given that it has occured

Re: [python-win32] win32com calling IE: OLE error 0x800704a6

2010-01-05 Thread Tim Roberts
Kees van Schaik wrote: > > I have written a Python script that runs on Windows XP with Python 2.5 > and uses Internet Explorer to 'pretty print' some HTML output. This > has been working perfectly fine for a few years until recently IE was > upgraded to version 8. Now occasionally Python throws an