>
 
 
error
Python 2.2.1
/home/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/hosting_users/jsbin/www/MoinMoin/cgimain.py in run(_cgiform=<class cgi.FieldStorage>)
  171         try:
  172             from MoinMoin.support import cgitb
  173             cgitb.handler()
       cgitb = <module 'MoinMoin.support.cgitb' from '/home/hosting_users/jsbin/www/MoinMoin/support/cgitb.pyo'>, handler = <function execute>
  174         except:
  175             cgi.print_exception()

/home/hosting_users/jsbin/www/MoinMoin/action/SpellCheck.py in execute(pagename='RecentChanges', form=FieldStorage(None, None, [MiniFieldStorage('action', 'SpellCheck')]))
   94     cachename = os.path.join(config.data_dir, 'dict.cache')
   95     if dbhash and os.path.exists(cachename):
   96         wordsdict = dbhash.open(cachename, "r")
       wordsdict = undefined, dbhash = <module 'dbhash' from '/usr/local/python-2.2.1/lib/python2.2/dbhash.pyo'>, global open = undefined, cachename = '/home/hosting_users/jsbin/www/wiki/data/dict.cache'
   97     else:
   98         util.clock.start('dict.cache')

/usr/local/python-2.2.1/lib/python2.2/dbhash.py in open(file='/home/hosting_users/jsbin/www/wiki/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/local/python-2.2.1/lib/python2.2/lib-dynload/bsddb.so'>, global hashopen = undefined, file = '/home/hosting_users/jsbin/www/wiki/data/dict.cache', flag = 'r', mode = 438

error: (-30990, 'Unknown error 4294936306')
      __doc__ = None
      __getitem__ = <bound method error.__getitem__ of <bsddb.error instance at 0x81ff8ac>>
      __init__ = <bound method error.__init__ of <bsddb.error instance at 0x81ff8ac>>
      __module__ = 'bsddb'
      __str__ = <bound method error.__str__ of <bsddb.error instance at 0x81ff8ac>>
      args = (-30990, 'Unknown error 4294936306')