Modify

Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#2510 closed defect (fixed)

BatchModifyPlugin 0.2.0 fails to load in Trac-0.11

Reported by: robert.nadler@… 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 16 years ago by anonymous

Cc: robert.nadler@… added; anonymous removed

You probably need to install Genshi 0.5dev... I had to do the following:

svn co http://svn.edgewall.org/repos/genshi/trunk genshi
cd genshi
python setup.py --without-speedups install

comment:2 Changed 16 years ago by Garth Roxburgh-Kidd

I've updated the BatchModifyPlugin page with a warning, and pointed back here.

comment:3 Changed 16 years ago by Dave Gynn

Resolution: fixed
Status: newclosed

Genshi 0.5 is now a dependency for Trac.

comment:4 Changed 15 years ago by anonymous

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.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain ashwin_phatak.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.