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

Dieter Maurer dieter@handshake.de
Mon, 24 Sep 2001 21:23:30 +0200 (CEST)


 > And how do I call a DTML-variable (object?) defined with <dtml-let var=...>
 > from my script?
 > context.var, container.var, script.var don't work.
You bind the "namespace".
This binding is there for precisely this aim....


Dieter