Edgewall Software
Modify

Opened 18 years ago

Closed 18 years ago

#3867 closed defect (worksforme)

trac-admin: ImportError: No module named genshi.core

Reported by: Markus Tacker <m@…> Owned by: Christopher Lenz
Priority: normal Milestone:
Component: admin/console Version: devel
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

# trac-admin
Traceback (most recent call last):
  File "/usr/bin/trac-admin", line 21, in ?
    from trac.scripts.admin import run
  File "/usr/lib/python2.4/site-packages/trac/scripts/admin.py", line 27, in ?
    from trac import perm, util, db_default
  File "/usr/lib/python2.4/site-packages/trac/perm.py", line 21, in ?
    from trac.config import ExtensionOption
  File "/usr/lib/python2.4/site-packages/trac/config.py", line 26, in ?
    from trac.util import sorted, to_unicode
  File "/usr/lib/python2.4/site-packages/trac/util/__init__.py", line 32, in ?
    from trac.util.html import escape, unescape, Markup, Deuglifier
  File "/usr/lib/python2.4/site-packages/trac/util/html.py", line 16, in ?
    from genshi.core import Markup, escape, unescape, plaintext
ImportError: No module named genshi.core

Attachments (0)

Change History (1)

comment:1 by Christopher Lenz, 18 years ago

Resolution: worksforme
Status: newclosed

You need to install Genshi now, since trunk has migrated away from ClearSilver.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christopher Lenz.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christopher Lenz 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.