Help: Confera product broken.
hello, Probably something stupid: under zope2.2.0 I can not install confera 1.2, the product is broken. Error is: Confera Import Traceback Traceback (innermost last): File "/var/zope/Zope-2.2.0-src/lib/python/OFS/Application.py", line 396, in import_products product=__import__(pname, global_dict, global_dict, silly) File "/var/zope/Zope-2.2.0-src/lib/python/Products/Confera/__init__.py", line 92, in ? import Confera, FileObject File "lib/python/Products/Confera/Confera.py", line 95, in ? from SearchIndex.TextIndex import TextIndex File "/var/zope/Zope-2.2.0-src/lib/python/SearchIndex/TextIndex.py", line 217, in ? from Lexicon import Lexicon, query, stop_word_dict ImportError: cannot import name query What is the solution?? Thanks Gilles
Gilles Lavaux wrote:
Probably something stupid: under zope2.2.0 I can not install confera 1.2, the product is broken. ImportError: cannot import name query
Hi Gilles :-) Confera is an old and unmaintained product that won't work under Zope 2.2 I would suggest Squishdot, which is the newer and more maintained spinnoff of Confera, but that too doesn't work with 2.2 right now :( sorry, Chris
participants (2)
-
Chris Withers -
Gilles Lavaux