Hello zope users, Zope2.5.1 + RH7.2 + TextIndexNG1.05alpha1 When I restart zope ans look at Products - TextIndexNG is broken. When I click on it I get: Import Traceback Traceback (most recent call last): File "/usr/local/zope/lib/python/OFS/Application.py", line 531, in import_product product=__import__(pname, global_dict, global_dict, silly) File "/usr/local/zope/lib/python/Products/TextIndexNG/__init__.py", line 70, in ? LOG("TextIndexNG",INFO,"Import of Python extensions failed") NameError: name 'INFO' is not defined Can anybody explain me what is wrong? TIA Best regards, Ruslan mailto:alienoid@is.lg.ua
On Tue, 10 Sep 2002, Ruslan Spivak wrote:
Hello zope users,
Zope2.5.1 + RH7.2 + TextIndexNG1.05alpha1 When I restart zope ans look at Products - TextIndexNG is broken.
When I click on it I get:
Import Traceback
Traceback (most recent call last): File "/usr/local/zope/lib/python/OFS/Application.py", line 531, in import_product product=__import__(pname, global_dict, global_dict, silly) File "/usr/local/zope/lib/python/Products/TextIndexNG/__init__.py", line 70, in ? LOG("TextIndexNG",INFO,"Import of Python extensions failed") NameError: name 'INFO' is not defined
did you compile the extensions in the TextIndexNG filesystem folder ? there are some more steps to follow as for other zope products... --- --- Oliver Pabst .-------------------------. mailto:olpa@sybcom.de : : phone :+49 681 56600600 : project department : SYBCOM GmbH fax :+49 681 56600660 : : http://www.sybcom.de
You have to compile the Python extension as described in the installation notes. But the "name INFO..." is a but inside the logging code...have to fix that. -aj
On Tue, 10 Sep 2002, Ruslan Spivak wrote:
Hello zope users,
Zope2.5.1 + RH7.2 + TextIndexNG1.05alpha1 When I restart zope ans look at Products - TextIndexNG is broken.
When I click on it I get:
Import Traceback
Traceback (most recent call last): File "/usr/local/zope/lib/python/OFS/Application.py", line 531, in import_product product=__import__(pname, global_dict, global_dict, silly) File "/usr/local/zope/lib/python/Products/TextIndexNG/__init__.py", line 70, in ? LOG("TextIndexNG",INFO,"Import of Python extensions failed") NameError: name 'INFO' is not defined
did you compile the extensions in the TextIndexNG filesystem folder ? there are some more steps to follow as for other zope products...
--- --- Oliver Pabst .-------------------------. mailto:olpa@sybcom.de : : phone :+49 681 56600600 : project department : SYBCOM GmbH fax :+49 681 56600660 : : http://www.sybcom.de
_______________________________________________ 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 (3)
-
Oliver Pabst -
Ruslan Spivak -
zopyx@t-online.de