Maryam Saeedi schrieb: > Hi, > > I was wondering if you know how can I run a python code once every five > minutes for a period of time either using python or some other program like > a bash script.
See the sched module in the standard library or here: http://pypi.python.org/simple/Recur/ cheers Paul -- http://mail.python.org/mailman/listinfo/python-list