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

2010-01-04 Thread Kees van Schaik
(This is a cross post from the Python mailing list where unfortunately nobody responded. I would be very grateful if someone could give me some insights!) Dear all, I have written a Python script that runs on Windows XP with Python 2.5 and uses Internet Explorer to 'pretty print' some HTML out

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