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 Arfrever
Recipients Arfrever
Date 2009-09-19.16:09:28
SpamBayes Score 0.007767778
Marked as misclassified No
Message-id <1253376571.72.0.252894663402.issue6949@psf.upfronthosting.co.za>
In-reply-to
Content
Python doesn't detect Berkeley DB 4.8. After updating setup.py, _bsddb
module fails to build due to some changes in Berkeley DB.

I'm attaching patch which seems to fix these problems.
Changes in setup.py were made by me.
Changes in Modules/_bsddb.c were copied from bsddb3-4.8.0 [1].

[1] http://www.jcea.es/programacion/pybsddb.htm
History
Date User Action Args
2009-09-19 16:09:31Arfreversetrecipients: + Arfrever
2009-09-19 16:09:31Arfreversetmessageid: <1253376571.72.0.252894663402.issue6949@psf.upfronthosting.co.za>
2009-09-19 16:09:30Arfreverlinkissue6949 messages
2009-09-19 16:09:30Arfrevercreate