[pylucene-dev] how to build a PyLucene egg?
Bill Janssen
janssen at parc.com
Mon Mar 3 19:51:04 PST 2008
> > Hmmm. Contrary to the JCC README, this does not result in an egg.
> > The .so file gets built, but no packaging is done.
>
> What's the quote ?
Sorry, this is in the example:
--build # and finally compiling the generated C++ code
# into a Python egg via distutils
> An egg is only built by setuptools which is imported when it is found.
I'm trying a small patch to jcc/python.py, and will report back.
> The only control over egg-or-not I have is whether I import setuptools
> instead of distutils as is done on jcc's setup.py and python.py when
> building extensions with jcc.
So, how do you recommend bundling a build of PyLucene for distribution?
Bill
More information about the pylucene-dev
mailing list