Re: Scheduling in python

2010-09-23 Thread Paul Rudin
loial writes: > I want to enable my end users to be able to schedule a task(actually > running another python or shell script). Rather than scheduling it > directly in cron, are there any python modules I could use? First hit when googling "python schedule"? -- http://mail.python.org/mailman/li

Re: Scheduling in python

2010-09-23 Thread Thomas Jollans
On Thursday 23 September 2010, it occurred to loial to exclaim: > I want to enable my end users to be able to schedule a task(actually > running another python or shell script). Rather than scheduling it > directly in cron, are there any python modules I could use? If you have a "master" process r

Scheduling in python

2010-09-23 Thread loial
I want to enable my end users to be able to schedule a task(actually running another python or shell script). Rather than scheduling it directly in cron, are there any python modules I could use? -- http://mail.python.org/mailman/listinfo/python-list