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, python-dev, r.david.murray
Date 2012-03-30.17:32:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333128778.92.0.950976388471.issue13007@psf.upfronthosting.co.za>
In-reply-to
Content
Well, that's the correct line.  So if that is what is in your /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/dbm/__init__.py, then there is a problem.  If so, please put the line:

  print(magic)

just before that if statement, and let us know what it says why you try to open your db file.
History
Date User Action Args
2012-03-30 17:32:58r.david.murraysetrecipients: + r.david.murray, jcea, marienz, Arfrever, python-dev, Niklas.Brunberg
2012-03-30 17:32:58r.david.murraysetmessageid: <1333128778.92.0.950976388471.issue13007@psf.upfronthosting.co.za>
2012-03-30 17:32:30r.david.murraylinkissue13007 messages
2012-03-30 17:32:30r.david.murraycreate