On Dec 5, 3:07 pm, Maxim Khitrov <[email protected]> wrote: > > Doesn't work on Windows. > > - Max
Yes, it does. I've used it a lot, also in Py2Exe apps. Try the
documentation example yourself
def hello():
print "hello, world"
t = Timer(30.0, hello)
t.start() # after 30 seconds, "hello, world" will be printed
--
http://mail.python.org/mailman/listinfo/python-list
