[Tutor] Running other files

Alan Gauld alan.gauld at btinternet.com
Tue Sep 11 01:13:57 CEST 2007


"Rikard Bosnjakovic" <rikard.bosnjakovic at gmail.com> wrote

>> is it possible to run other non-python files using python such as 
>> .exe or
>> other files.
>
> Have a look at os.system().

Or the more recent subprocess module which supercedes os.system etc.

HTH,

-- 
Alan Gauld
Author of the Learn to Program web site
http://www.freenetpages.co.uk/hp/alan.gauld 




More information about the Tutor mailing list