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 r.david.murray
Recipients Arfrever, Niklas.Brunberg, jcea, marienz, ned.deily, python-dev, r.david.murray
Date 2012-03-31.14:59:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333205983.87.0.370554102043.issue13007@psf.upfronthosting.co.za>
In-reply-to
Content
Ned: that shouldn't prevent whichdb from figuring out the type of the db file, though, if I understand correctly.

Niklas: that's unexpected, so I suspect something is not right about how you inserted the print. You did say you were a Python newbie...I think perhaps the best thing to do would be to post with your issue to the python mailing list and see if folks there can help you sort out whether there really is a bug in 3.2.3rc2.

As for gdbm support in a source build, it can only be built if you have the right header files available for gdbm on your system when you do the compile.  From what Ned said I suspect you have to do extra work to make that happen, which is again a better question for python-list rather than the bug tracker.
History
Date User Action Args
2012-03-31 14:59:43r.david.murraysetrecipients: + r.david.murray, jcea, marienz, ned.deily, Arfrever, python-dev, Niklas.Brunberg
2012-03-31 14:59:43r.david.murraysetmessageid: <1333205983.87.0.370554102043.issue13007@psf.upfronthosting.co.za>
2012-03-31 14:59:43r.david.murraylinkissue13007 messages
2012-03-31 14:59:43r.david.murraycreate