fork & exec a process?
Martin von Loewis
loewis at informatik.hu-berlin.de
Mon Nov 26 11:04:17 EST 2001
More information about the Python-list mailing list
Mon Nov 26 11:04:17 EST 2001
- Previous message (by thread): fork & exec a process?
- Next message (by thread): fork & exec a process?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): fork & exec a process?
- Next message (by thread): fork & exec a process?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list