Modify ↓
Opened 13 years ago
Closed 13 years ago
#10417 closed defect (wontfix)
trac-admin: console depends on Genshi
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | admin/console | Version: | 0.12dev |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
It is not logical to have Trac admin console dependent on Genshi:
Traceback (most recent call last): File "bootstrap.py", line 40, in <module> import trac.admin.console File "/home/user07/trac/0.12dev/trac/admin/__init__.py", line 14, in <module> from trac.admin.api import * File "/home/user07/trac/0.12dev/trac/admin/api.py", line 19, in <module> from trac.util.translation import _ File "/home/user07/trac/0.12dev/trac/util/__init__.py", line 35, in <module> from trac.util.text import to_unicode File "/home/user07/trac/0.12dev/trac/util/text.py", line 30, in <module> from trac.util.translation import _ File "/home/user07/trac/0.12dev/trac/util/translation.py", line 19, in <module> from genshi.builder import tag ImportError: No module named genshi.builder
Attachments (0)
Change History (2)
comment:1 by , 13 years ago
comment:2 by , 13 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Well, all of Trac depends on Genshi. That is, installing Trac (from source, egg, …) requires Genshi to be installed. I don't think we want to go to all the trouble of allowing to install
trac-admin
separately.Now, if it's just a matter of moving an
import
, then please submit a patch and I'll apply it. Otherwise, I'll close this as "wontfix".