[Zope] Running a script at Zope startup

Herman Geldenhuys hgeldenhuys@gmsonline.co.za
Fri, 25 Jul 2003 15:35:07 +0200


EmailHi all!

I have searched for a sollution, but could not find an appropriate way to
execute a python script when Zope starts up.

Does anybody know of a way that I am able to do this? What I basically have,
is client objects residing inside Zope objects, that needs to connect to
remote servers each time zope starts up. The client connections cannot
persist in the ZODB, so I need to create them each time. The zope objects in
this instance acts only as a proxy-type object.

Thanks

H