Inserting Python object in Zope !
I'm a newbie, and I wonder : how could I use a personal Python object in Zope. I've a second question : how could I display (in html page) the results from the Pythons function ? thanks In advance ....
Am Mon, 24 Jul 2000 schrieb pbiot@imexpert.com:
I'm a newbie, and I wonder : how could I use a personal Python object in Zope. I've a second question : how could I display (in html page) the results from the Pythons function ?
Get the product PythonMethod from zope.org (http://www.zope.org/Members/4am/PythonMethod) install an use it :-) e.g.: <dtml-var standard-header> <dtml-var myPythonScriptThatProducesHTMLOutput> <dtml-var standard-footer> - Holger
thanks In advance ....
---------------------------------------- Content-Type: text/html; name="unnamed" Content-Transfer-Encoding: 7bit Content-Description: ---------------------------------------- -- ----------------------------------- catWorkX GmbH Hamburg Dipl.-Ing. Holger Lehmann Stresemannstr. 364 22761 Hamburg Tel: +49 40 890 646-0 Fax: +49 40 890 646-66 mailto:lehmann@catworkx.de http://www.catworkx.de http://www.catbridge.de
participants (2)
-
Holger Lehmann -
pbiot@imexpert.com