We're happily using the 0.9.3 Linux binaries in our project, but wanted to upgrade to 1.0 to get various fixes.

As per INSTALL, the files in the 'python' directory were copied to /usr/lib/python2.4/site-packages
and the files in the 'gcj' directory were copied to /usr/local/lib

When Python tries to import PyLucene we get this:

ImportError: /usr/lib/python2.4/site-packages/_PyLucene.so: undefined symbol: PyUnicodeUCS2_FromUnicode

The python you're using is compiled differently than the python PyLucene was compiled against with regards to Unicode support.
You need to build your own PyLucene binaries. See INSTALL.

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

Reply via email to