[opensource-dev] Python broken on Lion - autobuild doesn't work
Laurent Bechir
laurent.bechir at madonie.org
Sun Jul 24 16:01:52 PDT 2011
Le 24 juil. 2011 à 20:37, Katharine Berry a écrit :
> On Jul 24, 2011, at 2:16 PM, Altair Sythos Memo wrote:
>> Lion is shipped with Pythn2.7, you need to install "by hand" from
>> python homepage 2.6 package for macosx and modify your autobuild script
>> (text editor) changing first line from trailing "python" to "python-2.6"
>
>
> Not true; Lion comes with 2.5, 2.6 and 2.7 preinstalled.
>
> I'd recommend simply trying to easy_install autobuild again; changing python versions will require you to reinstall all your packages. Failing that, you can do this to universally switch back to 2.6 (unless you invoke python2.5, python2.6 or python2.7):
>
> defaults write com.apple.versioner.python Version 2.6
I've removed autobuild in /usr/local/bin and set up the path to the one I had took from Second Life repository. It seems to work, now the problem comes from Xcode, CMAKE_MAKE_PROGRAM being not set. But I guess it is because XCode 3.2.x is not supported anymore with Lion.
>
> As for fixing Xcode, I believe that only Xcode 4 is fully supported under Lion; good luck.
>
> – Katharine Berry
>
Yes, only XCode 4 is supported on Lion. It's not possible anymore to install 3.x versions. So I'll keep my fingers crossed and install it hoping it will work.
More information about the opensource-dev
mailing list