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

skip at pobox.com skip at pobox.com
Sun Oct 15 08:24:25 EDT 2006


    Hendrik> is there not something based on signals?  - I seem to recall
    Hendrik> some such thing here in another thread.. ( I am running Linux)

Have you tried:

    import signal
    help(signal)

at the interpreter prompt?

Skip



More information about the Python-list mailing list