run runs away
jepler at unpythonic.net
jepler at unpythonic.net
Tue Nov 29 10:31:18 EST 2005
"run" is not the name of a Python built-in function. That leaves
everyone but you somewhat in the dark about why it does or does not wait
for the created process to complete.
If you want a function that starts a new process and waits for it to
complete, you probably want to use os.spawnv(os.P_WAIT, ...).
Jeff
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/python-list/attachments/20051129/99c60a73/attachment.sig>
More information about the Python-list
mailing list