Re: Can I set up a timed callback without Tkinter or twisted or something?

2006-10-14 Thread hg
Hendrik van Rooyen wrote: > Hi, > > I want to do the equivalent of the after thingy in tkinter - setting up in > effect a timed call back. > > My use case is as a "supervisory" timer - I want to set up an alarm, which I > want to cancel if the expected occurrence occurs - but its not a GUI app. >

Re: Can I set up a timed callback without Tkinter or twisted or something?

2006-10-14 Thread Scott David Daniels
Hendrik van Rooyen wrote: > I want to do the equivalent of the after thingy in tkinter - setting up in > effect a timed call back. > > My use case is as a "supervisory" timer - I want to set up an alarm, which I > want to cancel if the expected occurrence occurs - but its not a GUI app. Use a thr

Can I set up a timed callback without Tkinter or twisted or something?

2006-10-14 Thread Hendrik van Rooyen
Hi, I want to do the equivalent of the after thingy in tkinter - setting up in effect a timed call back. My use case is as a "supervisory" timer - I want to set up an alarm, which I want to cancel if the expected occurrence occurs - but its not a GUI app. My googling gets a lot of stuff pointing