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 Niklas.Brunberg
Recipients Arfrever, Niklas.Brunberg, jcea, marienz, python-dev, r.david.murray
Date 2012-03-30.16:17:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333124259.83.0.594545442411.issue13007@psf.upfronthosting.co.za>
In-reply-to
Content
Found this:

# Check for GNU dbm
if magic in (0x13579ace, 0x13579acd, 0x13579acf):
    return "dbm.gnu"

I suppose the .dmg pre-packaged installer was insufficient, so I tried to download the source and compile locally, but that didn't help either. Thanks for taking time to check in on this! I will look for help elsewhere and not clog up this Issue anymore.
History
Date User Action Args
2012-03-30 16:17:39Niklas.Brunbergsetrecipients: + Niklas.Brunberg, jcea, marienz, Arfrever, r.david.murray, python-dev
2012-03-30 16:17:39Niklas.Brunbergsetmessageid: <1333124259.83.0.594545442411.issue13007@psf.upfronthosting.co.za>
2012-03-30 16:17:39Niklas.Brunberglinkissue13007 messages
2012-03-30 16:17:39Niklas.Brunbergcreate