[Tutor] time.sleep?

Jeff Shannon jeff at ccvcorp.com
Thu Dec 2 19:10:41 CET 2004


Liam Clarke wrote:

> Timer's in wxPython have to be attached to a widget, don't know why,
> some quirk of wx.

It's because of the event-driven framework structure.  A timer needs a 
place to deliver an event to, in order to indicate that the time is 
up.  (Or so I theorize.  I can use wx, but I'm far from being an 
expert in its internal architecture or anything... :) )

Jeff Shannon
Technician/Programmer
Credit International




More information about the Tutor mailing list