Re: [Tutor] executing file properly

2007-08-07 Thread Luke Paireepinart
Thorsten Kampe wrote: > * Vivian Tini (Tue, 7 Aug 2007 12:20:29 +0200) > >> The TestCases executable works properly when I run it from the shell prompt. >> >> Then I try to run it from the Python command prompt by the following script: >> > import os > os.system("home/.../.../.../T

Re: [Tutor] executing file properly

2007-08-07 Thread Kent Johnson
Vivian Tini wrote: > Dear All, > > I am a newbie in Python and I would like to create command line interface for > executing different softwares, either local or remotely. > > I begin with a very simple case in which I have an executable file called > "TestCases" and this file requires Des.in

Re: [Tutor] executing file properly

2007-08-07 Thread Thorsten Kampe
* Vivian Tini (Tue, 7 Aug 2007 12:20:29 +0200) > The TestCases executable works properly when I run it from the shell prompt. > > Then I try to run it from the Python command prompt by the following script: > >>> import os > >>> os.system("home/.../.../.../TestCases") > > I used "..." to type i

[Tutor] executing file properly

2007-08-07 Thread Vivian Tini
Dear All, I am a newbie in Python and I would like to create command line interface for executing different softwares, either local or remotely. I begin with a very simple case in which I have an executable file called "TestCases" and this file requires Des.in as an the input. Both files are