Modify ↓
#2510 closed defect (fixed)
BatchModifyPlugin 0.2.0 fails to load in Trac-0.11
Reported by: | Owned by: | ashwin_phatak | |
---|---|---|---|
Priority: | normal | Component: | BatchModifyPlugin |
Severity: | normal | Keywords: | |
Cc: | robert.nadler@… | Trac Release: | 0.11 |
Description
From the log:
2008-02-01 15:53:48,108 Trac[loader] DEBUG: Loading batchmod.web_ui from /usr/local/lib/python2.5/site-packages/BatchModify-0.2.0-py2.5.egg 2008-02-01 15:53:48,111 Trac[loader] ERROR: Skipping "batchmod.web_ui = batchmod.web_ui": (can't import "No module named transform")
Is there a version mismatch or missing dependency from this?:
from genshi.filters.transform import Transformer
Attachments (0)
Change History (4)
comment:1 Changed 17 years ago by
Cc: | robert.nadler@… added; anonymous removed |
---|
comment:2 Changed 17 years ago by
I've updated the BatchModifyPlugin page with a warning, and pointed back here.
comment:3 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Genshi 0.5 is now a dependency for Trac.
comment:4 Changed 16 years ago by
It may be a dependency now, but some of have been running Trac 0.11 with genshi 0.4.4 with no problems. This information was too hard for me to find, please put the notice back on the BatchModifyPlugin page.
Note: See
TracTickets for help on using
tickets.
You probably need to install Genshi 0.5dev... I had to do the following: