I'm trying to install PyLucene binaries on OS X 10.4.8 (Intel), and I'm having trouble. I followed the readme, but I get an "image not found" error. I'm fuzzy on this GCJ stuff, and I wouldn't be surprised if I'm overlooking something simple.
I've tried 2.0.0 and 2.0.0-3, both report the same problem.
import PyLucene
Traceback (most recent call last): File "<stdin>", line 1, in ? File "/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/PyLucene.py", line 33, in ? from _PyLucene import * ImportError: Failure linking new module: _PyLucene.so: Library not loaded: /Library/Frameworks/Python.framework/Versions/2.4/Python Referenced from: _PyLucene.so Reason: image not found _______________________________________________ pylucene-dev mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/pylucene-dev
