Hi all,

This is my first message to the list. I've been taking a look at all
pythonic ports of Lucene and I'm decided to give PyLucene a try. I
found some problems when installing PyLucene-0.9.8 on my Ubuntu box.
Sorry if they're usual FAQ questions.

- I've copied the content of PyLucene-0.9.8/python/ into my 
/usr/lib/python2.4/site-packages/ directory.
- Are the Berkeley DB files an option or do I have to install them
too? I don't think I'm gonna use it, so far.
- Next, I've copied the libraries in PyLucene-0.9.8/gcj/ in
/usr/local/lib, but when I run the Python interpreter and try to
import it I get the following message.

Python 2.4.1 (#2, Mar 30 2005, 21:51:10)
[GCC 3.3.5 (Debian 1:3.3.5-8ubuntu2)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import PyLucene
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/usr/lib/python2.4/site-packages/PyLucene.py", line 4, in ?
    import _PyLucene
ImportError: libgcj.so.5: cannot open shared object file: No such file
or directory

Am I missing something? Is there any dependency I need? Thanks a lot
in advance. Best,

-- 
V�ctor Peinado || <vitojph /> || http://nlp.uned.es/~victor

_______________________________________________
pylucene-dev mailing list
[email protected]
http://lists.osafoundation.org/mailman/listinfo/pylucene-dev

Reply via email to