On 6/16/05, Alberto Troiano <[EMAIL PROTECTED]> wrote:
Hey all

Nevermind, it worked with the & trick.
I just posted because the first 2 times didn't do anything but there was an
error in the crontab so...

Alberto,

If you are going to use put the processes in the background with the ampersand ('&'), then you probably want to use 'nohup' as well in the os.system() call:
  os.system("nohup %s >/dev/null 2>&1 &" % cmd)
This may save some headaches later.

  -Arcege
--
There's so many different worlds,
So many different suns.
And we have just one world,
But we live in different ones.
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to