Python ActiveX Scripting Engine (0x80020009) Error - KeyboardInterrupt - python 2.2

Chris Prinos cprinos at foliage.com
Thu May 30 07:31:48 EDT 2002


"B" <martin_byrne2 at yahoo.co.uk> wrote in message
news:508cb8ae.0205300247.4cb902c2 at posting.google.com...
> Thanks Chris that seems to have solved the problem for the moment,
> although twice when i was editing the global.asa file and then testing
> my redirect pages, I got a ValueError exception...doesnt seem to
> happen now though.
I'm not sure what this is from.

>
> Am I right in thinking that your code,when entered into the global.asa
> file, catches all the keyboardInterrupt messages before they get to
> the python engine and so solve the problem ?
Yes, it effectively swallows the exceptions because the handler just
executes a 'pass' statement.

Chris





More information about the Python-list mailing list