newbie to shelves
Steffen Ries
steffen.ries at sympatico.ca
Mon Mar 20 07:54:12 EST 2000
More information about the Python-list mailing list
Mon Mar 20 07:54:12 EST 2000
- Previous message (by thread): newbie to shelves
- Next message (by thread): newbie to shelves
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Chris Curvey <ccurvey at bellatlantic.net> writes: > import shelve > dbase = shelve.open("foo") > > This runs fine the first time, and dutifully creates a file named > "foo". But anytime after that, I get an error "anydbm.error: db type > could not be determined" > > The OS "file" command says that "foo" is a "Berkeley DB: 2.X Hash/Little > Endian (Version 5)". I'm running on Red Hat 6.1. > > Any idea what I'm doing wrong? The online docs, and the O'Reilly book > aren't leading me anywhere. I checked for a FAQ in this group, but > didn't see one. I'm not sure if I should blame RedHat, but I had the same problem after installing RH-6.1. My solution was to build python from source and re-install. hth, /steffen -- steffen.ries at sympatico.ca <> Gravity is a myth -- the Earth sucks!
- Previous message (by thread): newbie to shelves
- Next message (by thread): newbie to shelves
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list