14 Dec
1999
14 Dec
'99
3:25 p.m.
-----Original Message----- From: Sascha Matzke [mailto:matzke@metabox.de] Sent: Tuesday, December 14, 1999 6:11 AM To: zope-dev@zope.org Subject: [Zope-dev] ZCatalog broken in CVS
Hello,
just FYI...
In the file UnTextIndex.py (1.17) is a reference to an undeclared variable (stop_word_dict).
from Lexicon import stop_word_dict
solves the NameError but I doubt it solves the problem...
Yeah it does, I broke it yesterday. Thanks for pointing that out (I checked in a fix). -Michel