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 ned.deily
Recipients ned.deily, ronaldoussoren, skip.montanaro
Date 2010-04-15.12:41:54
SpamBayes Score 1.0918662e-09
Marked as misclassified No
Message-id <1271335316.38.0.947528458312.issue8406@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-04-15 12:41:56ned.deilysetrecipients: + ned.deily, skip.montanaro, ronaldoussoren
2010-04-15 12:41:56ned.deilysetmessageid: <1271335316.38.0.947528458312.issue8406@psf.upfronthosting.co.za>
2010-04-15 12:41:54ned.deilylinkissue8406 messages
2010-04-15 12:41:54ned.deilycreate