Niklas Br added the comment:
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,
Niklas Br added the comment:
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 eith
Niklas Br added the comment:
accidentally a or two word there :)
…please have patience…
was what I wanted to say
--
___
Python tracker
<http://bugs.python.org/issue13
Niklas Br added the comment:
I'm new to python so please , how do I print what? This?
>>> shelve
--
___
Python tracker
<http://bugs.pyth
Niklas Br added the comment:
This fix should be included in RC2, right? Because I can't get it to work.
Amarok:roller niklas$ ls
data.db roller.py
Amarok:roller niklas$ python3-32
Python 3.2.3rc2 (v3.2.3rc2:428f05cb7277, Mar 18 2012, 00:08:43)
[GCC 4.2.1 (Apple Inc. build 5666)