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

Julian Scheid report at bugs.python.org
Thu Apr 9 10:26:04 CEST 2009


Julian Scheid <julians37 at gmail.com> added the comment:

Attached a fix for release26-maint branch.

I've tested this as follows:

./configure --enable-toolbox-glue --enable-universalsdk
--enable-framework=/tmp/python-2.6-maint-install/Library/Framework
--prefix=/tmp/python-2.6-maint-install && make -j3 && make frameworkinstall

I have not tested this with the default install paths.

Patches for 2.5 and 2.4 coming up.

----------
keywords: +patch
Added file: http://bugs.python.org/file13659/Python-2.6-maint-osx-framework-path.patch

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


More information about the Python-bugs-list mailing list