[Tutor] Process that starts processes

John Chandler oldmantaggie at gmail.com
Wed Apr 9 17:39:52 CEST 2008


I have been searching for a while but I can't seem to find anything that
will do this, so...

In my python program I am starting a process using subprocess.Popen. This is
working fine, but the process I am starting starts several other processes.
Is there any way (using subprocess or a different module) to control the
processes the original creates (by control I mean feed them input, capture
output, and kill them). I hope that is enough information (its pretty much
all I have). Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/tutor/attachments/20080409/c1e3af0c/attachment.htm 


More information about the Tutor mailing list