
janssen at parc
Dec 7, 2011, 5:44 PM
Post #3 of 3
(761 views)
Permalink
|
This part of the PyLucene Makefile is still screwed up: # Mac OS X 10.5 (32-bit Python 2.5, Java 1.5) #PREFIX_PYTHON=/usr #ANT=ant #PYTHON=$(PREFIX_PYTHON)/bin/python #JCC=$(PYTHON) -m jcc --shared #NUM_FILES=4 The way that jcc/__init__.py is now written, there's no way to invoke it with "-m jcc", even on Python versions where that's supposed to work. The last line, "_jcc.CLASSPATH = CLASSPATH" will always fail, because "_jcc" isn't imported anywhere. Bill
|