[Pythonmac-SIG] Timers

Bob Ippolito bob at redivi.com
Fri Mar 5 20:38:49 EST 2004


On Mar 5, 2004, at 7:44 PM, Greg Hoover wrote:

> 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?

Fails *how*, with what error?

Are you sure you don't mean the *threading* module?

-bob




More information about the Pythonmac-SIG mailing list