"Simon John" <[EMAIL PROTECTED]> writes:
> So, how would I make a Python program automatically call a function
> after a preset period of time, without the Python process running in
> the foreground (effectively single-tasking)?

See the signal module and use the alarm signal.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to