calling dtml-method from python script
Hi, How do i call a dtml-method from a python script? Thanks, Mike
context.method_name(_, any other args) make sure you have specfied the namespace parameter as _. AM Mike Doanh Tran wrote:
Hi,
How do i call a dtml-method from a python script?
Thanks,
Mike
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
-- ================================================================== Aseem Mohanty Neurobehavioral Systems Inc, 828 San Pablo Ave, Albany, CA 94706 (R) 510 7696011 (M) 510 3014871 (O) 510 5279231 ================================================================== "I saw `cout' being shifted "Hello world" times to the left and stopped right there!!" -- Steve Gonedes ==================================================================
Mike Doanh Tran wrote at 2003-4-15 17:04 -0600:
How do i call a dtml-method from a python script?
Read "Calling DTML objects" in <http://www.dieter.handshake.de/pyprojects/zope/book/chap3.html> Dieter
participants (3)
-
AM -
Dieter Maurer -
Mike Doanh Tran