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.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to