On Wed, 27 Dec 2006, Andra Tori wrote: > i can't seem to find any threading.Thread, but a lot of > threading.currentThread ... what should be done about that? Nothing, that's a function that returns the python instance of the current thread. Andi..