Ticket #2510 (closed defect: fixed)

Opened 5 months ago

Last modified 6 days ago

BatchModifyPlugin 0.2.0 fails to load in Trac-0.11

Reported by: robert.nadler@gmail.com Assigned to: ashwin_phatak
Priority: normal Component: BatchModifyPlugin
Severity: normal Keywords:
Cc: robert.nadler@gmail.com 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

Change History

02/12/08 03:01:34 changed by anonymous

  • cc set to robert.nadler@gmail.com.

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

04/11/08 02:13:27 changed by garth@deadlybloodyserious.com

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

06/29/08 11:35:08 changed by dgynn

  • status changed from new to closed.
  • resolution set to fixed.

Genshi 0.5 is now a dependency for Trac.


Add/Change #2510 (BatchModifyPlugin 0.2.0 fails to load in Trac-0.11)




Change Properties
Action