web site has error
KeyError Python 2.4.2: /usr/bin/python
Sun Dec 3 20:32:46 2006
A problem occurred in a Python script. Here is the sequence of function calls
leading up to the error, in the order they occurred.
/srv/popcon.ubuntu.com/www/popcon-submit.cgi
14
15 formStorage = cgi.FieldStorage()
16 fileitem = formStorage["popcondata"]
17 if fileitem.file:
18 header = fileitem.file.readline()
fileitem undefined, formStorage = FieldStorage(None, None, [])
/usr/lib/python2.4/cgi.py in __getitem__(self=FieldStorage(None, None, []),
key='popcondata')
557 if item.name == key: found.append(item)
558 if not found:
559 raise KeyError, key
560 if len(found) == 1:
561 return found[0]
builtin KeyError = <class exceptions.KeyError>, key = 'popcondata'
KeyError: 'popcondata'
args = ('popcondata',)
--
[Edgy] Popcon submissions do not send
https://launchpad.net/bugs/67295
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs