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

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

Reply via email to