Modify ↓
Opened 19 years ago
Closed 19 years ago
#3867 closed defect (worksforme)
trac-admin: ImportError: No module named genshi.core
| Reported by: | 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)
Note:
See TracTickets
for help on using tickets.



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