BDB Python Interface Error when Reading BDB
Posted
by biznez
on Stack Overflow
See other posts from Stack Overflow
or by biznez
Published on 2009-08-26T18:24:43Z
Indexed on
2010/04/07
21:53 UTC
Read the original article
Hit count: 524
python
|berkeley-db
bsddb.db.DBInvalidArgError: (22, 'Invalid argument -- /dbs/supermodels.db: unexpected file type or format')
Is this error a result of incompatible BDB versions (1.85 or 3+)? If so, how do I check the versions, trouble-shoot and solve this error?
© Stack Overflow or respective owner