[Zope-dev] PythonScript

Dirk Datzert Dirk.Datzert@rasselstein-hoesch.de
Tue, 04 Dec 2001 17:44:53 +0100


Hi,

I have following trivial problem:

A DTML-Mthode calls a PythonScript suchThemen with Argumen themen like
this

  <dtml-in "suchThemen(themen)">
    <dtml-var themas>
  </dtml-in>

The PythonScript should return values and I want to display in the
dtml-in-loop the result variable themas.

Question: How must I programm the PythonScript that suchThemen returns
variables of name themas ?

Thanks

Dirk