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.
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to