nested classes in python ? / "cron job" in Zope
Hi! 1. is it possible to define claases within classes in Python? 2. ist it possible to make my zope-server call certain script regularily? Thanks for the help with "context/container" and "parents"; it works fine now Horst _________________________________________________________________ Downloaden Sie MSN Explorer kostenlos unter http://explorer.msn.de/intl.asp
On Thu, 30 Aug 2001, Horst Wald wrote:
1. is it possible to define claases within classes in Python?
Yes.
2. ist it possible to make my zope-server call certain script regularily?
Yes. Using operating system cron or Zope Product Xron. Oleg. ---- Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.
participants (3)
-
Chris Withers -
Horst Wald -
Oleg Broytmann