fork & exec a process?

Jim Meier jim at home.com
Mon Nov 26 18:09:07 EST 2001


> I recommend to create a popen2.Popen3 instance, and then use its
> .wait() method (or .poll(), to check for completion).


ah! that is certainly a well-hidden function :)
Thank you very much, this is exactly what i was looking for.

-Jim



More information about the Python-list mailing list