Message1137
Installed on Win2K running python 2.3.1.
I'm not sure if I missed something in the installation and
initialization.
Registered through web-interface clicked on confirmation
link. Resulted into the following:
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 first. The
exception attributes are:
__doc__ = 'Mapping key not found.'
__getitem__ = <bound method
KeyError.__getitem__ of <exceptions.KeyError instance
at 0x00B8C0D0>>
__init__ = <bound method KeyError.__init__ of
<exceptions.KeyError instance at 0x00B8C0D0>>
__module__ = 'exceptions'
__str__ = <bound method KeyError.__str__ of
<exceptions.KeyError instance at 0x00B8C0D0>>
args = ('rkpsVmstJ0npHK8UyBwRIJLG3NMGFsCe.',)
E:\Python23\Lib\bsddb\__init__.py in __getitem__
(self=<_DBWithCursor instance>,
key='rkpsVmstJ0npHK8UyBwRIJLG3NMGFsCe.')
114 def __getitem__(self, key):
115 self._checkOpen()
116 return self.db[key]
self = <_DBWithCursor instance>, global db =
<module '_bsddb' from 'e:\python23\DLLs\_bsddb.pyd'>,
key = 'rkpsVmstJ0npHK8UyBwRIJLG3NMGFsCe.'
117
118 def __setitem__(self, key, value):
|
|
Date |
User |
Action |
Args |
2009-02-03 14:20:37 | admin | link | issue906247 messages |
2009-02-03 14:20:37 | admin | create | |
|