Modify ↓
Opened 16 years ago
Closed 16 years ago
#3071 closed defect (worksforme)
Installation fails on 11b1
Reported by: | jimmy | Owned by: | Noah Kantrowitz |
---|---|---|---|
Priority: | normal | Component: | BatchModifyPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
I just installed the plugin but seeing ERROR in the log file as shown below. Looks like the module transform is missing. I'm using Trac 11b1. Please help. Thanks.
2008-05-24 14:49:08,441 Trac[loader] DEBUG: Loading gitweb.web_ui from /usr/local/lib/python2.5/site-packages/TracGitWeb-1.0-py2.5.egg 2008-05-24 14:49:08,441 Trac[loader] DEBUG: Loading git from /usr/local/lib/python2.5/site-packages/TracGit-0.11.0.1-py2.5.egg 2008-05-24 14:49:08,442 Trac[loader] DEBUG: Loading batchmod.web_ui from /usr/local/lib/python2.5/site-packages/BatchModify-0.2.0-py2.5.egg 2008-05-24 14:49:08,443 Trac[loader] ERROR: Skipping "batchmod.web_ui = batchmod.web_ui": (can't import "No module named transform")
Attachments (0)
Change History (1)
comment:1 Changed 16 years ago by
Component: | GitwebPlugin → BatchModifyPlugin |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Well one, yo can see pretty clearly the error is the with BatchModifyPlugin, and two you need to install Genshi 0.5dev (trunk) to get the transform module.