[Python-Dev] Building on OS X 10.4 fails

Barry Warsaw barry at python.org
Sat Jan 21 17:41:23 CET 2006


On Jan 21, 2006, at 11:19 AM, Barry Warsaw wrote:

> In that case, what I think we ought to do is not add the DP paths
> (i.e. /opt/local) to setup.py specifically to get its readline, but
> instead to pick up any libraries that happen to be in DP in
> preference to those in OSX by default.  If that /happens/ to cause a
> different version of readline to be used as a side-effect, then oops!
> sorry, but so be it.

This patch (currently unassigned) does the trick for me:

https://sourceforge.net/tracker/index.php? 
func=detail&aid=1411588&group_id=5470&atid=305470

-Barry



More information about the Python-Dev mailing list