fork & exec a process?

Martin von Loewis loewis at informatik.hu-berlin.de
Mon Nov 26 11:04:17 EST 2001


Jim Meier <jim at home.com> writes:

> There must be a way to do this, what am I missing?

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

HTH,
Martin



More information about the Python-list mailing list