os.system()

MRAB python at mrabarnett.plus.com
Thu Apr 19 14:26:50 EDT 2012


On 19/04/2012 19:09, Yigit Turgut wrote:
> When I use os.system() function, script waits for termination of the
> windows that is opened by os.system() to continue thus throwing errors
> and etc. How can i tell Python to let it go and keep on with the next
> execution after os.system() ?

Try using the "subprocess" module instead.



More information about the Python-list mailing list