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