Don't say cron :

I want to have a section of my code executed at 15 minute intervals.  I am 
using Threading.timer, but it is causing a problem sinxe I am using sqlite3 and 
the thread support gives me an error, which aborts part of my code.

So, is there an alternative to threading.timer?

        
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to