Asychronous execution *with* return codes?

MonkeeSage MonkeeSage at gmail.com
Thu Oct 5 09:03:23 EDT 2006


utabintarbo wrote:
> pid = subprocess.Popen([app] + lstArgs).pid

Check out the poll() method and the returncode attribute:
http://docs.python.org/lib/node533.html

Regards,
Jordan




More information about the Python-list mailing list