"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
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
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
.. 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