Can anyone suggest the easiest way to automatically have a python script fire at set times of the day/month/year. Regards Garry
+-------[ Garry Saddington ]---------------------- | Can anyone suggest the easiest way to automatically have a python script | fire at set times of the day/month/year. A cron job that uses (wget | curl | fetch | lynx | netcat | etc) to hit your script. -- Andrew Milton akm@theinternet.com.au
On Wed, 05 May 2010 14:19:40 +0100 Garry Saddington <garry@schoolteachers.co.uk> wrote:
Can anyone suggest the easiest way to automatically have a python script fire at set times of the day/month/year.
http://pypi.python.org/pypi/Products.ClockServer/ chris -- Abt. Entwicklung Zettwerk Software Engineering GmbH Haid-und-Neu-Str. 7, D-76131 Karlsruhe Technologiefabrik Karlsruhe Registergericht Mannheim: HRB 111167 Geschäftsführer: Lars Mackel Fon: +49.721.62.38.95.60 Fax: +49.721.62.38.95.66 Mail: mailto:cg@zettwerk.com Net: http://www.zettwerk.com
On Wed, May 5, 2010 at 6:49 PM, Garry Saddington <garry@schoolteachers.co.uk> wrote:
Can anyone suggest the easiest way to automatically have a python script fire at set times of the day/month/year.
Well, these things may not be easiest: http://celeryproject.org/ http://packages.python.org/zc.async/1.5.0/ Regards, Baiju M
Garry Saddington wrote:
Can anyone suggest the easiest way to automatically have a python script fire at set times of the day/month/year.
I just use Stepper and fire it from cron ;-) http://www.simplistix.co.uk/software/zope/stepper Chris -- Simplistix - Content Management, Batch Processing & Python Consulting - http://www.simplistix.co.uk
Chris Withers wrote:
Garry Saddington wrote:
Can anyone suggest the easiest way to automatically have a python script fire at set times of the day/month/year.
I just use Stepper and fire it from cron ;-)
http://www.simplistix.co.uk/software/zope/stepper
Chris
Just got TimerService and ZopeScheduler working. Thanks for all the suggestions. Garry
participants (5)
-
Andrew Milton -
Baiju M -
Chris Withers -
Christoph Glaubitz -
Garry Saddington