Pythonwin - breaking out of infinite loop

Tony Meyer t-meyer at ihug.co.nz
Thu Jan 29 18:39:25 EST 2004


> How do I stop a Python program running in PythinWin?  I would 
> expect to be able to use CTR-C or CTRL-break etc.

If you right-click on the PythonWin icon in the tray, one of the items is
"Break into running code".  This will sometimes do it for you, and is
probably your best chance.

(It does break into "while True: pass", for example).

=Tony Meyer





More information about the Python-list mailing list