On Mar 12, 2009, at 12:40, Michael McCandless
<luc...@mikemccandless.com> wrote:
Andi Vajda wrote:
On Thu, 12 Mar 2009, Michael McCandless wrote:
Anyway, finally, a little bruised from the whole process, and
wondering what other Python things on my Mac may now be broken... I
was able to run the tests successfully!
Do not pollute your env with soft links. Use -F instead. Really.
OK so I got -F added in JCC's setup.py, but then when I built
pylucene,
it also needed the -F but I couldn't figure out where to add it?
No you don't. The flags you built JCC with are remembered and reused
by JCC to build your extensions. This is what this thread about
config.py is about.
Andi..
But then I tried Bill's suggestion (nuking the Python framework under
/Library/...) and then apparently g++ figured out -framework Python
should
simply fallback to the one in /System/Library/... and then
everything just
worked.
Sheesh.
OK now I'll start testing the release!
Mike