Ticket #1090 (closed defect: fixed)
Document required version of mod_python
| Reported by: | lol@… | Owned by: | cmlenz |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.8.1 |
| Component: | web frontend/mod_python | Version: | 0.8 |
| Severity: | normal | Keywords: | documentation |
| Cc: |
Description
Whatever page I browse in my project, I get this message:
Trac detected an internal error: class FieldStorage has no attribute 'get'
Followed by the Python traceback:
Traceback (most recent call last):
File "/usr/lib/python2.2/site-packages/trac/ModPythonHandler.py", line 194, in handler
core.dispatch_request(mpr.path_info, args, mpr, env)
File "/usr/lib/python2.2/site-packages/trac/core.py", line 433, in dispatch_request
module = module_factory(args, env, database, req)
File "/usr/lib/python2.2/site-packages/trac/core.py", line 153, in module_factory
mode = args.get('mode', 'wiki')
File "/usr/lib/python2.2/site-packages/trac/ModPythonHandler.py", line 122, in get
return util.FieldStorage.get(self, key, default)
AttributeError: class FieldStorage has no attribute 'get'
Environment is RedHat? Enterprise Linux ES 3 and it is always reproductible.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


