METAL "incompatible version" error
I'm trying to use ZPT for the first time, in Zope 2.4.2. I keep getting this error when trying to view a document using a macro:: TAL.TALDefs.METALError: macro 'here/master' has incompatible version None, at line 1, column 1 Anyone have a clue what that's about? The document calling the macro is very simple:: <html metal:use-macro="here/master"> <head><title>Foo</title></head> <body> <div metal:fill-slot="body">Lots of body text here</div> </body> </html> Someone emailed about the same problem a month ago, and no one answered; I'm hoping someone can offer a clue this time. [1]_ Thanks, Alan .. [1] http://lists.zope.org/pipermail/zope/2001-September/100254.html
Alan Jaffray wrote:
I'm trying to use ZPT for the first time, in Zope 2.4.2. I keep getting this error when trying to view a document using a macro::
Might be best to ask on the zpt list: zpt@zope.org cheers, Chris
participants (2)
-
Alan Jaffray -
Chris Withers