Modify ↓
      
Opened 16 years ago
Closed 16 years ago
#9076 closed defect (wontfix)
AttributeError: 'module' object has no attribute 'dgettext'
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | highest | Milestone: | |
| Component: | general | Version: | 0.11.6 | 
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
After installing evrything as required i get this error
Mod_python error: "PythonHandler trac.web.modpython_frontend"
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/mod_python/apache.py", line 299, in HandlerDispatch
    result = object(req)
  File "/usr/lib/python2.4/site-packages/Trac-0.11.6-py2.4.egg/trac/web/modpython_frontend.py", line 148, in handler
    from trac.web.main import dispatch_request
  File "/usr/lib/python2.4/site-packages/Trac-0.11.6-py2.4.egg/trac/web/main.py", line 49, in ?
    from trac.web.chrome import Chrome
  File "/usr/lib/python2.4/site-packages/Trac-0.11.6-py2.4.egg/trac/web/chrome.py", line 264, in ?
    class Chrome(Component):
  File "/usr/lib/python2.4/site-packages/Trac-0.11.6-py2.4.egg/trac/web/chrome.py", line 349, in Chrome
    _default_context_data = {
AttributeError: 'module' object has no attribute 'dgettext'
      Attachments (0)
  Note:
 See   TracTickets
 for help on using tickets.
    


  
This must be some kind of mixed 0.11.6 and 0.12dev installation, as
dgettextis not used in 0.11.x (but it is, at that place, in 0.12).Anyway, this is an InstallationIssue.