Ernesto wrote

> program.exe ?  I was looking at the Windows task manager after I used a
> Cntrl + C to manually terminate the running python program.  The
> program.exe is apparently ending when I end the python program.

I have to admit that I have no idea what you're doing, really.  The code
you used *explicitly* waits for the "program.exe" program to finish.  If
you don't want that, why are you telling the subprocess module to wait?
If you do want it to wait, why are you killing the python process ?

</F> 



-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to