KeyboardInterrupt

Peter Hansen peter at engcorp.com
Fri Jul 20 07:47:27 EDT 2001


"Owen F. Ransen" wrote:
> 
> The Quick Python Book says that KeyboardInterrupt is
> tested regularly when the Python interpreter is running,
> but I have a program which may run for several minutes
> without printing anything, and I find I cannot break out of
> it with control-C.
> 
> How can I get my program to be more responsive to control-C?

This could be a platform-dependent issue.  

Are you by any chance running on Win2K?



More information about the Python-list mailing list