| <type 'exceptions.KeyError'> | Python 2.6.1: /usr/bin/python Fri Sep 10 08:30:17 2010 |
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
| /a/tumtum/cgi/frameimage.py in |
| 136 |
| 137 |
| 138 image = ImageFile(db_file[MakeKey(requestGalleryName, requestImageNumber)]) |
| 139 |
| 140 |
| image undefined, ImageFile = <class __main__.ImageFile at 0x10047d470>, db_file = <dbm.dbm object at 0x1001d8690>, MakeKey = <function MakeKey at 0x100781578>, requestGalleryName = 'DarkC03_complete', requestImageNumber = 26 |
<type 'exceptions.KeyError'>: 'ImageFile#DarkC03_complete#00000026'
args =
('ImageFile#DarkC03_complete#00000026',)
message =
'ImageFile#DarkC03_complete#00000026'