[Zope] 2.2.0A + Squishdot

Christopher J. Kucera ckucera@globalcrossing.com
Tue, 16 May 2000 10:26:04 -0500


 1) Zope 2.2.0 Alpha seems to break Squishdot.  The query function seems to have moved 
    from Lexicon.py to UnTextIndex.py.  (The code that seems to be causing the problem
    is in the Zope code, not the Squishdot code, which is why I'm posting it here):
     
2000-05-16T14:23:10 ERROR(200) Zope Couldn't import Products.Squishdot
Traceback (innermost last):
  File /usr/local/zope/Zope-2.2.0a1-src/lib/python/OFS/Application.py, line 389, in import_products
    (Object: string)
  File /usr/local/zope/Zope-2.2.0a1-src/lib/python/Products/Squishdot/__init__.py, line 128, in ?
  File /usr/local/zope/Zope-2.2.0a1-src/lib/python/Products/Squishdot/Squishdot.py, line 131, in ?
  File /usr/local/zope/Zope-2.2.0a1-src/lib/python/SearchIndex/TextIndex.py, line 217, in ?
ImportError: cannot import name query

 2) (larger question) Do things like this get put in the collector, too, or is there
    a better place to report possible bugs about the Alpha version?

Thanks!
-CJ