John-Michael Glenn <j-...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue3646>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to