Edgewall Software
Modify

Opened 14 years ago

Closed 14 years ago

#9076 closed defect (wontfix)

AttributeError: 'module' object has no attribute 'dgettext'

Reported by: dramis@… 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)

Change History (1)

comment:1 by Christian Boos, 14 years ago

Resolution: wontfix
Status: newclosed

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

Anyway, this is an InstallationIssue.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.