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

Ronald Oussoren report at bugs.python.org
Fri Apr 30 13:21:55 CEST 2010


Ronald Oussoren <ronaldoussoren at mac.com> added the comment:

In r80647 (trunk) you can use "configure --enable-framework=$HOME/Library/Frameworks" to get the right situation:

- Framework in ~/Library/Frameworks
- Apps in ~/Applications/Python 2.7
- Command-line tools in ~/bin

I will port this to 3.2 later on, but won't backport to 2.6 and 3.1.

----------
resolution:  -> fixed
versions: +Python 2.7, Python 3.2 -Python 2.4, Python 2.5, Python 2.6

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


More information about the Python-bugs-list mailing list