Can anyone help with this error message when using Shelve : Python 2.4.

Traceback (most recent call last):
  File "C:\Python24\CollectB\dataparser.py", line 743, in -toplevel-
    base.create()
  File "C:\Python24\CollectB\dataparser.py", line 252, in create
    self.dataStore[i] = v
  File "C:\Python24\lib\shelve.py", line 130, in __setitem__
    self.dict[key] = f.getvalue()
  File "C:\Python24\lib\bsddb\__init__.py", line 218, in __setitem__
    self.db[key] = value
DBRunRecoveryError: (-30978, 'DB_RUNRECOVERY: Fatal error, run database
recovery -- PANIC: Invalid argument')

Bill

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to