Edgewall Software

Opened 16 years ago

Closed 16 years ago

#246 closed defect (invalid)

Mod_python error: "PythonHandler trac.web.modpython_frontend"

Reported by: jan.walti@… Owned by: cmlenz
Priority: critical Milestone:
Component: General Version: 0.5
Keywords: Cc:

Description

Hey guys can you help me ?

I get this error when im going eith the browser to my trac page:

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 287, in HandlerDispatch
    log=debug)

  File "/usr/lib/python2.4/site-packages/mod_python/apache.py", line 464, in import_module
    module = imp.load_module(mname, f, p, d)

  File "/usr/lib/python2.4/site-packages/Trac-0.11-py2.4.egg/trac/web/__init__.py", line 1, in ?
    from trac.web.api import *

  File "/usr/lib/python2.4/site-packages/Trac-0.11-py2.4.egg/trac/web/api.py", line 29, in ?
    from trac.util import get_last_traceback

  File "/usr/lib/python2.4/site-packages/Trac-0.11-py2.4.egg/trac/util/__init__.py", line 33, in ?
    from trac.util.html import escape, unescape, Markup, Deuglifier

  File "/usr/lib/python2.4/site-packages/Trac-0.11-py2.4.egg/trac/util/html.py", line 16, in ?
    from genshi import Markup, escape, unescape

ImportError: No module named genshi

Greez

Change History (1)

comment:1 Changed 16 years ago by cmlenz

  • Milestone 0.6 deleted
  • Resolution set to invalid
  • Status changed from new to closed

Such questions should be raised on the mailing list, and you've done that, and it has been resolved.

Note: See TracTickets for help on using tickets.