Re: [Tutor] launching and monitor from make

2005-10-12 Thread Michael P. Reilly
On 10/12/05, Ertl, John <[EMAIL PROTECTED]> wrote: I have a very simple python program that reads one file and overwritesanouther text file.  This workes great from the command line and it haserror checking but just outputs messages and the like to the screen. The CM team here would like to have th

Re: [Tutor] launching and monitor from make

2005-10-12 Thread Ertl, John
, 2005 10:01 AM To: Ertl, John; tutor@python.org Subject:Re: [Tutor] launching and monitor from make > The CM team here would like to have the script run each week as part of > the > automated rebuilds. The suggestion was to make the execution of the > scritp > par

Re: [Tutor] launching and monitor from make

2005-10-12 Thread Alan Gauld
> The CM team here would like to have the script run each week as part of > the > automated rebuilds. The suggestion was to make the execution of the > scritp > part of the bigger programs make file. How would I handel errors when the > program is run from a makefile? I hate make so I have not

Re: [Tutor] launching and monitor from make

2005-10-12 Thread Ertl, John
: Ertl, John Subject:Re: [Tutor] launching and monitor from make Hi John Ertl, John wrote: > All, > > I have a very simple python program that reads one file and overwrites > anouther text file. This workes great from the command line and it has > error checking b