[pylucene-dev] how to build a PyLucene egg?
Bill Janssen
janssen at parc.com
Mon Mar 3 19:31:23 PST 2008
> #!/bin/csh
>
> echo "building PyLucene egg..."
> cd /tmp
> tar xvfz /prereqs/PyLucene-*.tar.gz
> cd ./PyLucene-*/jcc
> /usr/bin/python setup.py build
> cd ..
> setenv PYTHONPATH ./jcc/build/lib.macosx-10.5-i386-2.5
> make PREFIX_PYTHON=/usr ANT=ant PYTHON=/usr/bin/python JCC="/usr/bin/python ./jcc/build/lib.macosx-10.5-i386-2.5/jcc/__init__.py" NUM_FILES=1 compile
Hmmm. Contrary to the JCC README, this does not result in an egg.
The .so file gets built, but no packaging is done.
Bill
More information about the pylucene-dev
mailing list