Zope NewBie loosing hairs on python

Diez B. Roggisch deetsNOSPAM at web.de
Thu Jun 10 11:29:12 EDT 2004


Krapul wrote:
> What I would understand is : "Is there a way to upload my python
> module to zope and then using it in a dtml page (I guess)instead of
> CGI?"

You can add python scripts using the management interface and call them from
dtml (which you correctly identified as replacement for a cgi).

And you can create so-called external methods that also containt "pure"
python and aren't restricted in some module usages.

Look on zope.org, you'll find all you need there.

-- 
Regards,

Diez B. Roggisch



More information about the Python-list mailing list