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