Ronald Oussoren <ronaldousso...@mac.com> added the comment:

The attached patch makes sure that os.path.join(sys.prefix, 'lib') isn't added 
to the link path when using a framework build.

This fixes the issue at hand in that I can then build a 3-way build of 2.7 when 
the default 32-bit is already installed. Without the patch _curses_panel fails 
to build because it tries to link to a 32-bit only library.

What I haven't done yet is check how this affects the script that builds the 
installer. That's the primary reason for not applying the patch at this time

----------
keywords: +patch
versions: +Python 2.7, Python 3.1, Python 3.2
Added file: http://bugs.python.org/file18180/setup.py.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7473>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to