killing a script

Paul Rubin no.email at nospam.invalid
Sun Aug 28 22:53:02 EDT 2011


"Russ P." <russ.paielli at gmail.com> writes:
> Thanks for the suggestion. Yeah, I guess I could do that, but it seems
> that there should be a simpler way to just kill the "whole enchilada."
> Hitting Control-C over and over is a bit like whacking moles.

Hit Ctrl-Z, which stops execution of the subprogram but doesn't kill it.
Then kill both the subprogram and the control program from a terminal
window.



More information about the Python-list mailing list