[issue3646] MacOS X framework install to non-standard directory fails

John-Michael Glenn report at bugs.python.org
Wed Feb 10 01:03:42 CET 2010


John-Michael Glenn <j-m15 at hotmail.com> added the comment:

I'm using Python 2.6.4 on OSX 10.6 and I first used the mv command to rename the original python.framework. Then I was able to install 2.6 as the new python.framework. These are the commands:

rename it:
sudo mv /Library/Frameworks/Python.framework /Library/Frameworks/Python_old.framework

install new python:
./configure --enable-framework --with-framework-name=Python --enable-universalsdk=/ --with-universal-archs=intel

----------
nosy: +phyreman

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3646>
_______________________________________


More information about the Python-bugs-list mailing list