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
This is a Squishdot problem and it has been reported a few times before. It's to do with the fact that Squishdot uses very old indexing code. I'm in the process of documenting Squishdot's interfaces and updating the searching it uses to be ZCatalog based which should make this go away. Look out for version 0.4.0 of Squishdot is all I can say :( Sorry I couldn't be more help, Chris "Christopher J. Kucera" wrote:
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
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (2)
-
Chris Withers -
Christopher J. Kucera