[Zope] how to call an external module from a Python script?

Reif Peter gal@adv.magwien.gv.at
Fri, 21 Sep 2001 14:42:15 +0200


I defined an external method "build_adn" which I can call from a
DTML-document.
How do I call it from a Python script?

I tried e.g. "return build_adn (zone)", but it did not work.

Peter