putting processes called by python shell script in background

Diez B. Roggisch deetsNOSPAM at web.de
Tue Nov 9 18:52:16 EST 2004


> Another question is that I haven't been able to find in the documentation
> how I can run these processes in the background. Where can I find pythons
> version of & ?

os.spawn* or the popen-module are what you're looking for.

-- 
Regards,

Diez B. Roggisch



More information about the Python-list mailing list