On 10-01-27 06:12 AM, Stef Mientki wrote:
hello,

I'm trying to kill processes,
I started myself with subprocess.popen,
under windows XP, Python 2.6

Why are the subprocess.Popen methods kill() and terminate () not working,
while a simple suggestion from this newsgroup, shown below, works perfect ?

Note that the kill method will not kill any child processes. If you want to be able to kill the launched process and all of it's child processes, see here:
http://benjamin.smedbergs.us/blog/2006-12-11/killableprocesspy/

Cheers,
Todd
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to