[Pythonmac-SIG] Timers

Greg Hoover ghoover19 at cox.net
Fri Mar 5 19:44:54 EST 2004


This may not be mac-specific, but I'm having trouble using Timer from 
the thread module.  From the python documentation it seems like 
importing the thread module is all that is required.

from thread import *

but any use of t = Thread(3, foo) fails.

additionally, from thread import Timer fails

Are there additional requirements?

Thanks in advance.

--Greg




More information about the Pythonmac-SIG mailing list