I keep trying to get TextIndexNG2 working on my Plone site (running under Windows 2000, Zope 2.6.1, Python 2.1.3) I've put the prebuild files at Plone\Python\DLLs folder, and I get this error: ------ 2003-08-11T14:17:16 ERROR(200) TextIndexNG Import of Python extensions failed ------ 2003-08-11T14:17:16 INFO(0) ZODB Opening database for mounting: '21068880_1060602842.890000' ------ 2003-08-11T14:17:16 INFO(0) ZODB Mounted database '21068880_1060602842.890000' at /temp_folder ------ 2003-08-11T14:17:16 INFO(0) Zope Default Object Creation C:\Plone\Zope\import\Examples.zexp examples import file could not be found. ------ 2003-08-11T14:17:17 ERROR(200) Zope Couldn't install TextIndexNG2 Traceback (innermost last): File C:\Plone\Zope\lib\python\OFS\Application.py, line 647, in install_product (Object: Zope) (Info: TextIndexNG2) File C:\Plone\Zope\lib\python\Products\TextIndexNG2\__init__.py, line 82, in initialize File C:\Plone\Zope\lib\python\Products\TextIndexNG2\TextIndexNG.py, line 43, in ? File C:\Plone\Zope\lib\python\Products\TextIndexNG2\normalizers\__init__.py, line 14, in ? File C:\Plone\Zope\lib\python\Products\TextIndexNG2\Normalizer.py, line 19, in ? (Object: os) ImportError: DLL load failed: No se puede encontrar el módulo especificado. ATT: (Last line, in engish is something like: "I can't find specified module") If I don't have the prebuild .pyd files, the error says: 2003-08-11T14:24:42 ERROR(200) Zope Couldn't install TextIndexNG2 Traceback (innermost last): File C:\Plone\Zope\lib\python\OFS\Application.py, line 647, in install_product (Object: Zope) (Info: TextIndexNG2) File C:\Plone\Zope\lib\python\Products\TextIndexNG2\__init__.py, line 82, in initialize File C:\Plone\Zope\lib\python\Products\TextIndexNG2\TextIndexNG.py, line 43, in ? File C:\Plone\Zope\lib\python\Products\TextIndexNG2\normalizers\__init__.py, line 14, in ? File C:\Plone\Zope\lib\python\Products\TextIndexNG2\Normalizer.py, line 19, in ? (Object: os) ImportError: No module named normalizer So, it seems to find the files correctly, but something make it crash... please, someone has been able to install this product on Win2K? I'm running it with the Python distribution that comes with Plone/zope... is this the problem?? Thanks in advance.