Opened 17 years ago
Closed 17 years ago
#6611 closed defect (fixed)
Version information nor available for older mod_python
Reported by: | Owned by: | Christopher Lenz | |
---|---|---|---|
Priority: | normal | Milestone: | 0.11 |
Component: | web frontend/mod_python | Version: | devel |
Severity: | critical | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
After updating our trac installation to changeset:6378, trac ceased to work for us. The apache log showed a mod_python error, along the lines of:
ImportError: Cannot import name version
Our environment is Suse Enterprise Linux 9, Apache 2.0.49, mod_python 3.1.3
Looking for help with mod_python shows that 'version' is only available form mod_python 3.2
I have reverted to a previous trac version (r6372), and all is OK.
Attachments (0)
Change History (4)
comment:1 by , 17 years ago
Milestone: | → 0.11 |
---|---|
Severity: | normal → critical |
comment:2 by , 17 years ago
Ok for the suggested fix. The important thing here is that we know whether people are using the recommended version (3.3.1) or an older one.
follow-up: 4 comment:3 by , 17 years ago
(oh, and I think it's better if it would be except ImportError:
instead of just except:
)
comment:4 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
A quick, simple fix (ignoring details about older versions):
trac/web/modpython_frontend.py