Timers in Python?
Aahz Maruch
aahz at panix.com
Mon Dec 18 12:39:15 EST 2000
More information about the Python-list mailing list
Mon Dec 18 12:39:15 EST 2000
- Previous message (by thread): Timers in Python?
- Next message (by thread): Timers in Python?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
In article <3a3e42ef.16144323 at news.skynet.be>, Daniel <Daniel.Kinnaer at AdValvas.be> wrote: > >Is there an equivalent of the Delphi Timer-component in Python as >well? That is, I want to have two Timers : Timer1 needs to activate >itself every 2 minutes and Timer2 needs to activate itself every 7 >minutes. There's nothing built-in. If you're using Tkinter (and I assume other GUI libraries), you can set up "alarms"; otherwise, I suggest you spawn off a timer thread. -- --- Aahz (Copyright 2000 by aahz at pobox.com) Androgynous poly kinky vanilla queer het <*> http://www.rahul.net/aahz/ Hugs and backrubs -- I break Rule 6 This is a signature anti-virus. Please stop the spread of signature viruses!
- Previous message (by thread): Timers in Python?
- Next message (by thread): Timers in Python?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list