--On 5. September 2008 13:48:21 +0200 Jonas Meurer <jonas@freesources.org> wrote:
The error from events.log is the following:
2008-09-05T13:35:10 ERROR Application Could not import Products.TextIndexNG3 Traceback (most recent call last): File "/usr/lib/zope2.10/lib/python/OFS/Application.py", line 709, in import_product product=__import__(pname, global_dict, global_dict, silly) File "/var/lib/zope2.10/instance/donau/Products/TextIndexNG3/__init__.py", line 25, in ? import TextIndexNG3 File "/var/lib/zope2.10/instance/donau/Products/TextIndexNG3/TextIndexNG3.py", line 24, in ? from textindexng.index import Index ImportError: No module named textindexng.index ------ 2008-09-05T13:35:12 ERROR Application Couldn't install TextIndexNG3 Traceback (most recent call last): File "/usr/lib/zope2.10/lib/python/OFS/Application.py", line 758, in install_product global_dict, global_dict, silly) File "/var/lib/zope2.10/instance/donau/Products/TextIndexNG3/__init__.py", line 25, in ? import TextIndexNG3 File "/var/lib/zope2.10/instance/donau/Products/TextIndexNG3/TextIndexNG3.py", line 24, in ? from textindexng.index import Index ImportError: No module named textindexng.index ------
Start Zope using "zopectl fg" and trible check if all your TXNG3 dependencies are installed. -aj