Re: best way to create a timer/alarm

2008-06-13 Thread Gabriel Genellina
En Fri, 13 Jun 2008 02:42:53 -0300, Alexnb [EMAIL PROTECTED] escribió: I am wondering what is the best way to create a timer, like an alarm, once it reaches a time, it triggers an event. I have a way of doing this but it seems like it isn't good at all. If it helps at all I am using a

best way to create a timer/alarm

2008-06-12 Thread Alexnb
a while loop, and just saying while current time is not = to trigger time, do nothing, and when it is, do event. -- View this message in context: http://www.nabble.com/best-way-to-create-a-timer-alarm-tp17815502p17815502.html Sent from the Python - python-list mailing list archive at Nabble.com