[Zope] need help

Casey Duncan casey at zope.com
Fri Jan 23 08:59:30 EST 2004


On Thu, 22 Jan 2004 16:02:11 -0800 (PST)
Alexander <aleksandrmailbox at yahoo.com> wrote:

> Hi Casey ,
> thanks so much. It works. I didn't need: "python:" in
> this script.

You don't so long as you don't need to pass any explicit arguments. If
you did, then you would need a python expression. In general to convert
a path expression to a python expr, just add python: to the front,
change the slashes to dots and add parenthesis if you are calling
something.

-Casey



More information about the Zope mailing list