[win32] spawn background process and detach it w/o problems

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Fri Nov 9 22:49:56 EST 2007


En Thu, 08 Nov 2007 11:09:02 -0300, Dmitry Teslenko <dteslenko at gmail.com>  
escribió:

> How to write portable (win32, unix) script that launches another
> program and continues its execution?

Use the subprocess module.

-- 
Gabriel Genellina




More information about the Python-list mailing list