30 Jan
2002
30 Jan
'02
12:29 p.m.
On Wednesday 30 January 2002 11:52 am, Chris Withers wrote:
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
Ah, fair point :)