Process monitoring

gsteff greg.steffensen at gmail.com
Sun May 29 17:23:21 EDT 2005


Thanks- subprocess was exactly what I needed.  For anyone else that
reads this, I just launched a new subprocess via subprocess.Popen, did
what I needed to do in a while look, while calling the poll method of
the Popen object to check whether it was finished, and if so, what its
error code was.  Pretty simple.




More information about the Python-list mailing list