11 Mar
2001
11 Mar
'01
7:39 p.m.
hi, I just created an external method that... def test(self): import sys return sys.modules ...and then a DTML method that... <dtml-in "test().keys()"> <b><dtml-var sequence-item></b><br> <dtml-let x=sequence-item> <dtml-var expr="dir(x)"> </dtml-let> <br><br> </dtml-in> ...because I was try to get zope to describe itself. What I want to do is use the odbc stuff from within an external method. Is this possible? And why doesn't dir(x) in the DTML above work? thanks tom