Harry Wilkinson wrote: > > As far as hooking into Zope goes, it should be the same (or similar) as it > is for unit testing. Import Zope, instantiate a Zope app with Zope.app(), > and from there you can access Zope objects just like you would in a > product. This works best when you're running ZEO, otherwise your Zope can't be executing at the same time as your cron job ;-) cheers, Chris