This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronaldoussoren
Recipients prniii, ronaldoussoren
Date 2010-07-24.11:53:20
SpamBayes Score 0.00048210545
Marked as misclassified No
Message-id <1279972403.91.0.839310445987.issue7473@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2010-07-24 11:53:24ronaldoussorensetrecipients: + ronaldoussoren, prniii
2010-07-24 11:53:23ronaldoussorensetmessageid: <1279972403.91.0.839310445987.issue7473@psf.upfronthosting.co.za>
2010-07-24 11:53:22ronaldoussorenlinkissue7473 messages
2010-07-24 11:53:21ronaldoussorencreate