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?
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