Re: [Tutor] Running other files

2007-09-11 Thread Noufal Ibrahim
Rikard Bosnjakovic wrote: > On 10/09/2007, Lawrence Barrott <[EMAIL PROTECTED]> 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

Re: [Tutor] Running other files

2007-09-10 Thread Alan Gauld
"Rikard Bosnjakovic" <[EMAIL PROTECTED]> 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

Re: [Tutor] Running other files

2007-09-10 Thread Rikard Bosnjakovic
On 10/09/2007, Lawrence Barrott <[EMAIL PROTECTED]> wrote: > is it possible to run other non-python files using python such as .exe or > other files. Have a look at os.system(). -- - Rikard - http://bos.hack.org/cv/ ___ Tutor maillist - Tutor@pytho

[Tutor] Running other files

2007-09-10 Thread Lawrence Barrott
is it possible to run other non-python files using python such as .exe or other files. Thanks, Lawrence___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor