12 Apr
2001
12 Apr
'01
5:09 p.m.
Jason C. Leach said -
Interesting, is there a tutorial on them? I did not know we could put python inside zope.
They are not arbitrary python scripts, though. You can't use a lot of the standard libraries, apparently, and you pass in things from the calling dtml page using the "context" object. There are various restrictions. There's still a place for good old external methods. Cheers, Tom P