[Tutor] how to pause or stop a running python script?

Kent Johnson kent37 at tds.net
Fri Jan 26 12:04:39 CET 2007


Wong Vincent wrote:
> Hi,
>     If I use run a script which consist the following line:
> -->os.popen("python c:\\test.py")
>  
> Is it possible for me to interrupt the pause/stop the running of 
> "test.py" halfway?

Maybe this thread on c.l.python is helpful...
http://tinyurl.com/2bpvjo

Kent



More information about the Tutor mailing list