Re: [Tutor] Triggering code on 1 minute intervale ..

2009-05-10 Thread Alan Gauld
"Alex Feddor" wrote .. What will be the best solution to trigger python code every minute as soon as PC in on. This depends on your OS. If its Linux/MacOs then cron might be the best bet. If its Windows you can use scheduled tasks to do it, or the at command. Or youcould write a python sc

Re: [Tutor] Triggering code on 1 minute intervale ..

2009-05-09 Thread Dayo Adewunmi
Alex Feddor wrote: .. What will be the best solution to trigger python code every minute as soon as PC in on. Cheers, Alex ___ Tutor maillist - Tutor@python.org http://mai

Re: [Tutor] Triggering code on 1 minute intervale ..

2009-05-09 Thread W W
On Sat, May 9, 2009 at 3:26 PM, Alex Feddor wrote: > .. What will be the best solution to trigger python code every minute as > soon as PC in on. > an autorun script... and in your script use the time.sleep(60) I believe. HTH, Wayne ___ Tutor maillist

[Tutor] Triggering code on 1 minute intervale ..

2009-05-09 Thread Alex Feddor
.. What will be the best solution to trigger python code every minute as soon as PC in on. Cheers, Alex ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor