kill childs

Christian Schmidt christian.schmidt at REMOVEaifb.uni-karlsruhe.de
Wed Feb 27 11:33:33 EST 2002


I use Python to start other commands via os.system("cmdline")
When I kill the script with 'kill <scriptpid>' the command is not killed,
only the script.
How can I kill the child, too?
Can I use something like os.kill(-1) in an except-statement?

Thanks for any help,
Christian






More information about the Python-list mailing list