Re: [Tutor] problem with subprocess

2010-07-31 Thread Mac Ryan
On Fri, 2010-07-30 at 14:36 +0200, Bala subramanian wrote: > I have to do a series of job in a remote machine. I put each job in a > text file called 'job' as and wrote the following code that can read > each line in the text file and execute the job. If that works for you, no need to change it, o

Re: [Tutor] problem with subprocess

2010-07-30 Thread Bala subramanian
Thank you so much. I could see the job running with nohup after logout. Bala On Fri, Jul 30, 2010 at 3:49 PM, Hugo Arts wrote: > On Fri, Jul 30, 2010 at 2:36 PM, Bala subramanian > wrote: > > Dear Friends, > > > > I have to do a series of job in a remote machine. I put each job in a > text > >

Re: [Tutor] problem with subprocess

2010-07-30 Thread Hugo Arts
On Fri, Jul 30, 2010 at 2:36 PM, Bala subramanian wrote: > Dear Friends, > > I have to do a series of job in a remote machine. I put each job in a text > file called 'job' as and wrote the following code that can read each line in > the text file and execute the job. > Why not just write a shells

[Tutor] problem with subprocess

2010-07-30 Thread Bala subramanian
Dear Friends, I have to do a series of job in a remote machine. I put each job in a text file called 'job' as and wrote the following code that can read each line in the text file and execute the job. I login to the machine and run the script as 'python job.py'. But when i logout from the machine