Re: sched() function questions

2010-08-07 Thread Chris Hare
On Aug 7, 2010, at 1:30 AM, Dennis Lee Bieber wrote: > On Fri, 06 Aug 2010 22:37:26 -0500, Chris Hare > declaimed the following in gmane.comp.python.general: > > >>print str(s.queue()) >> > I don't find a queue method defined for scheduler objects in the > documentation for my vers

sched() function questions

2010-08-06 Thread Chris Hare
I am currently using threading.timer to execute an event in my big chunk of code. This is causing a problem with sqlite, so I am trying to figure out the sched function import sched import time def timerfunc(): print "hello", time.time() return(time.time()) def delay(period): time