Re: time scheduling in ptyhon

2006-01-17 Thread utabintarbo
http://sourceforge.net/projects/pycron/ -- http://mail.python.org/mailman/listinfo/python-list

Re: time scheduling in ptyhon

2006-01-17 Thread Grant Edwards
On 2006-01-17, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I need schedule some jobs, times of this jobs are read from database. > So i would like to periodically(every hour) run some python script $ man cron > (or leave runnig some script which will every hour start some > method) which will

time scheduling in ptyhon

2006-01-17 Thread jiri . juranek
Hello, i am learning python so this will be propably a stupid question/problem, so sorry ;) I need schedule some jobs, times of this jobs are read from database. So i would like to periodically(every hour) run some python script(or leave runnig some script which will every hour start some method)