Interrupting Python

Bob Easton bob at eleaston.com
Fri Sep 6 13:26:27 EDT 2002


I have a script that can run, accessing network resources, for several days.
Since the script does not normally need keyed input, exception processing
does not raise the keyboard exception until after the program ends normally.
I would like to be able to interrupt if from the keyboard, but have not
learned the trick.  How can I do this?

--
Bob Easton







More information about the Python-list mailing list