Re: [translate-pootle] Errors with latest toolkit (indexing)

2008-10-01 Thread Wynand Winterbach
Hi Wil That's the expected behaviour. The indexing code in the Toolkit complains if it finds neither Xapian nor PyLucene. For the benefit of other readers: we recommend Xapian. If you want to ensure that Pootle will use Xapian, run python -c import xapian on the machine which runs Pootle.

Re: [translate-pootle] Errors with latest toolkit (indexing)

2008-10-01 Thread Wil Clouser
Ah, thanks Wynand. I don't think a longer error message is the answer unless it only appears at startup; otherwise it just fills up logs. Since the functionality is still there despite the error message I think the check should be moved to an install requirements part of the test suite or a

[translate-pootle] Errors with latest toolkit (indexing)

2008-09-30 Thread Wil Clouser
I just merged trunk into mozootle and I'm getting an error that says Could not intialize indexer for pootle in en: Indexer: no indexing engines are available It looks like Indexing is looking for a class that extends CommonIndexer. Are there files missing from the toolkit trunk or are there