Re: [Tutor] Process that starts processes

2008-04-09 Thread Alan Gauld
"John Chandler" <[EMAIL PROTECTED]> wrote > 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 kil

[Tutor] Process that starts processes

2008-04-09 Thread John Chandler
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 mo