[pylucene-dev] Installing on OS X 10.4.8 Intel from binaries -
image not found
Scott Newman
snewman18 at gmail.com
Sun Mar 18 19:26:25 PST 2007
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
More information about the pylucene-dev
mailing list