19 Dec
2004
19 Dec
'04
9:55 p.m.
Sam Tardif wrote at 2004-12-19 14:13 +1100:
Got past my first error, but I'm getting something new: ... v = self.dicts[key] File "/usr/lib/zope2.7/lib/python/DocumentTemplate/pDocumentTemplate.py", line 100, in __getitem__ raise KeyError, key KeyError: "'v'"
You did not generate or install the C-extensions for Zope (otherwise, you would use "cDocumentTemplate" rather than the old and no longer maintained "pDocumentTemplate"). Please carefully reread the installation instructions. -- Dieter