>
 
 
error
Python 2.1.3
/usr/bin/python

A problem occurred while running a Python script. Here is the sequence of function calls leading up to the error, with the most recent (innermost) call last.

/home/robotgroupnet/moin-0.10/MoinMoin/cgimain.py in run(properties={})
  165         try:
  166             from MoinMoin.support import cgitb
  167             cgitb.handler()
       cgitb = <module 'MoinMoin.support.cgitb' from '/home/robotgroupnet/moin-0.10/MoinMoin/support/cgitb.py'>, handler = <function execute>
  168         except:
  169             cgi.print_exception()

/home/robotgroupnet/moin-0.10/MoinMoin/action/SpellCheck.py in execute(pagename='RobotGlove', form=FieldStorage(None, None, [MiniFieldStorage('action', 'SpellCheck')]))
   91     cachename = os.path.join(config.data_dir, 'dict.cache')
   92     if dbhash and os.path.exists(cachename):
   93         wordsdict = dbhash.open(cachename, "r")
       wordsdict = undefined, dbhash = <module 'dbhash' from '/usr/lib/python2.1/dbhash.pyc'>, global open = undefined, cachename = 'data/dict.cache'
   94     else:
   95         request.clock.start('dict.cache')

/usr/lib/python2.1/dbhash.py in open(file='data/dict.cache', flag='r', mode=438)
   12 
   13 error = bsddb.error                     # Exported for anydbm
   14 
   15 def open(file, flag = 'r', mode=0666):
   16     return bsddb.hashopen(file, flag, mode)
       global bsddb = <module 'bsddb' from '/usr/lib/python2.1/lib-dynload/bsddb.so'>, global hashopen = undefined, file = 'data/dict.cache', flag = 'r', mode = 438

error: (-30990, 'Unknown error 4294936306')
      args = (-30990, 'Unknown error 4294936306')