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