do "some action" once a minute

Irmen de Jong irmen.NOSPAM at xs4all.nl
Tue May 9 09:39:43 EDT 2006


Petr Jakes wrote:
> OK, to be more specific, I would like to run the code, when the value
> of seconds in the timestamp become say "00".
> The whole code will run in the infinitive loop and other actions will
> be executed as well, so it can not "sleep" for 60 seconds :).

Have a look at my 'Kronos' task scheduler (based on the sched module).
Available via http://www.razorvine.net/downloads.html

It may provide the functionality you want.

--Irmen



More information about the Python-list mailing list