[issue8406] Make some setup.py paths exclude-able

Ned Deily report at bugs.python.org
Thu Apr 15 14:41:56 CEST 2010


Ned Deily <nad at acm.org> added the comment:

Without testing it, I'd guess the patch wouldn't hurt but it also wouldn't affect the OS X installer build as the installer script builds a local copy of Sleepycat db4 (since none is included in OS X) and supplies it as an additional local library/include file which is always found first by the setup.py code, so it never gets to searching the additional paths affected by the patch.  If you are building manually and don't supply a local lib, then the build of the dbm extension will either fail or it will try to use a MacPorts or Fink version if available.

----------
assignee:  -> ronaldoussoren
components: +Macintosh
nosy: +ronaldoussoren

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


More information about the Python-bugs-list mailing list