[Zope] Subclassing from Custom Python Classes

R. David Murray bitz@bitdance.com
Wed, 24 May 2000 08:58:43 -0400 (EDT)


On Tue, 23 May 2000, Pete Kazmier wrote:
> Zope scheduler that is bug free, I need to write a small python script
> that I can place in a cron job to run every ten minutes to call the
> query methods of these objects so they update their cache instances.
> Is there a link on how to get a regular Python script access to the
> ZODB?

Take a look at Client.py in the ZPublisher subdirectory. 

--RDM