Chaining programs with pipe

avishay avishorp at yahoo.com
Tue Aug 21 18:09:26 EDT 2007


Hello
I'm trying to chain two programs with a pipe (the output of one
feeding the input of the other). I managed to capture the output and
feeding the input of each program independently with popen, but how do
I tie them together? Is there a solution that works equally on all
platforms?

Thanks,
Avishay




More information about the Python-list mailing list