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, ned.deily, python-dev, r.david.murray
Date 2012-03-31.09:47:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333187256.04.0.893676054524.issue13007@psf.upfronthosting.co.za>
In-reply-to
Content
David, print(magic) returns 

    Shelf.__init__(self, dbm.open(filename, flag), protocol, writeback)
AttributeError: 'module' object has no attribute 'open'


Ned, I tried the dmg first, but then I downloaded the source and built it locally, does this mean that the source does not contain it either?
History
Date User Action Args
2012-03-31 09:47:36Niklas.Brunbergsetrecipients: + Niklas.Brunberg, jcea, marienz, ned.deily, Arfrever, r.david.murray, python-dev
2012-03-31 09:47:36Niklas.Brunbergsetmessageid: <1333187256.04.0.893676054524.issue13007@psf.upfronthosting.co.za>
2012-03-31 09:47:35Niklas.Brunberglinkissue13007 messages
2012-03-31 09:47:35Niklas.Brunbergcreate