If you are spawning the process yourself, you can use subprocess.Popen and then 
call p.wait() which is cross platform.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to