you haven't installed the extension modules as described in the doc or the permissions are borked. -aj --On Mittwoch, 15. Oktober 2003 13:06 Uhr +0200 Ruth Mizzi <ruth@anvil.com> wrote:
Hi,
Thanks for your quick reply... I've gone to look up and download TextIndexNG2. I'm running on a linux system and have Zope-2.6.2 installed. When restarting the servers I'm getting the following error message ...
003-10-15T13:03:31 PANIC(300) z2 Startup exception Traceback (innermost last): File /home/beatrix/Zope-2.6.2-linux2-x86/z2.py, line 585, in ? File /home/beatrix/Zope-2.6.2-linux2-x86/lib/python/Zope/__init__.py, line 46, in startup (Object: startup) File /home/beatrix/Zope-2.6.2-linux2-x86/lib/python/Zope/App/startup.py, line 92, in startup (Object: /home/beatrix/Zope-2.6.2-linux2-x86/var/Data.fs) File /home/beatrix/Zope-2.6.2-linux2-x86/lib/python/Products/CMFPlone/PloneIni tia lize.py, line 42, in go (Object: Zope) File /home/beatrix/Zope-2.6.2-linux2-x86/lib/python/OFS/Application.py, line 409, in initialize (Object: Zope) File /home/beatrix/Zope-2.6.2-linux2-x86/lib/python/OFS/Application.py, line 567, in install_products (Object: Zope) File /home/beatrix/Zope-2.6.2-linux2-x86/lib/python/OFS/Application.py, line 629, in install_product (Object: Zope) (Info: TextIndexNG2) File /home/beatrix/Zope-2.6.2-linux2-x86/lib/python/Products/TextIndexNG2/__in it_ _.py, line 70, in initialize File /home/beatrix/Zope-2.6.2-linux2-x86/lib/python/Products/TextIndexNG2/Text Ind exNG.py, line 38, in ? File /home/beatrix/Zope-2.6.2-linux2-x86/lib/python/Products/TextIndexNG2/Pars eTr ee.py, line 19, in ? ImportError: No module named TXNGSplitter
Anyone had the same problem?
Ruth ----- Original Message ----- From: "Andreas Jung" <andreas@andreas-jung.com> To: "Ruth Mizzi" <ruth@anvil.com>; <zope@zope.org> Sent: Wednesday, October 15, 2003 12:21 PM Subject: Re: [Zope] Indexing msword docs in ZCatalog
TextIndexNG2 is your friend.
-aj
--On Mittwoch, 15. Oktober 2003 12:17 Uhr +0200 Ruth Mizzi <ruth@anvil.com> wrote:
Hi,
I've got a ZCatalog that takes care of indexing all my pages so that I can use a search feature on my web page. The page also contains a DocumentLibrary so that an administrator can upload documents onto the page and then refresh the catalog. I'm managing to upload succesfully pdf, text and msword documents but am having a problem with the indexing of the msword docs.... as far as I know the DocumentFiles added to the DocumentLibrary supports full text searchability for msword docs. Am I missing something? do I need to convert the docs in any way before uploading for them to be catalogued succesfully?
Cheers Ruth