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 grobian
Recipients grobian
Date 2012-12-01.19:43:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1354390993.26.0.328076404417.issue16591@psf.upfronthosting.co.za>
In-reply-to
Content
Python fails to run python.exe on OSX when a non-framework build is requested, due to wrong quoting in configure.ac.

Like all other RUNSHARED, it shouldn't be quoted because then `pwd` won't be expanded, resulting in a wrong DYLD_LIBRARY_PATH when regen is ran (from a different directory than where libpython3.3.dylib resides).

Attached patch solves the issue.  The issue seems to be in current 3.3 and default heads.
History
Date User Action Args
2012-12-01 19:43:13grobiansetrecipients: + grobian
2012-12-01 19:43:13grobiansetmessageid: <1354390993.26.0.328076404417.issue16591@psf.upfronthosting.co.za>
2012-12-01 19:43:13grobianlinkissue16591 messages
2012-12-01 19:43:12grobiancreate