> In brief: I get a NameError when invoking "filter(...)" from DTML.  I thought
this was a built-in python method, so I'm a bit puzzled.


Certain built-ins are not available in dtml for security and other reasons,
filter and lambda are among them. As far as I know, you'll need to use an
external method to do this or think of another way to do it in dtml.

--jfarr

"Perl is worse than Python because people wanted it worse."
Larry Wall, 14 Oct 1998



_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to