[Zope-dev] getattr in a PythonMethod

Kevin Dangoor kid@kendermedia.com
Wed, 23 Feb 2000 18:11:46 -0500


I'm running Zope 2.1.4 and PythonMethod 0.1.7, and I'm running into an
AttributeError for "validate" when I do:

dtml = getattr(self, 'popular.html')

I don't know of another way to get at "popular.html" from python. This line
is definitely the issue though...

The method is called with self, REQUEST as parameters.

Any ideas?

Kevin