"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
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