[Tutor] Running other files

Noufal Ibrahim noufal at airtelbroadband.in
Tue Sep 11 18:16:40 CEST 2007


Rikard Bosnjakovic wrote:
> On 10/09/2007, Lawrence Barrott <lawrence.barrott at btinternet.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 more generally, the subprocess module.

-- 
~noufal


More information about the Tutor mailing list