Modify

Opened 16 years ago

Closed 11 years ago

#3667 closed defect (wontfix)

does not load using trac 0.11

Reported by: brett@… Owned by: Noah Kantrowitz
Priority: normal Component: DatamoverPlugin
Severity: normal Keywords:
Cc: David Rees, andreas.doppelbauer@… Trac Release: 0.11

Description (last modified by Ryan J Ollos)

When trying to to load the plugin, it does not load, and the following message is found in the log file:

2008-09-04 15:33:03,423 Trac[loader] DEBUG: Skipping "TracDatamoverPlugin 1.2": ("TracWebAdmin" not found)

Attachments (0)

Change History (7)

comment:1 Changed 16 years ago by anonymous

Resolution: fixed
Status: newclosed

This was fixed by following the procedure on this ticket: Import Error in Trac 0.11b1 Data Mover plugin (2605)

comment:2 Changed 16 years ago by Noah Kantrowitz

Resolution: fixed
Status: closedreopened

The plugin itself has not been fixed.

comment:3 Changed 16 years ago by David Rees

Cc: David Rees added; anonymous removed

Any work on this? DatamoverPlugin would be useful for me.

Any hints on how to get it working?

comment:4 Changed 15 years ago by pythoic@…

After looking at #2605 following dirty install procedure what worked for me. Hey but actual data export/import didn't. Also I found that templates are clearsilver not genshi. I don't think this is working on latest (0.11.4) Trac.

# Not for < 0.11
svn co  http://trac-hacks.org/svn/datamoverplugin/0.10
cd 0.10/datamover
sed -i s/import\ _open_environment/import\ open_environment/g *.py
./bin/easy_install --no-deps 0.10 # It still looks for TracWebAdmin

comment:5 Changed 15 years ago by andreas.doppelbauer@…

Cc: andreas.doppelbauer@… added

you can simply disable the line in setup.py as follows:

#install_requires = [ 'TracWebAdmin' ],

i also changed the import directives to open_environment and don't receive any errors. the only remaining problem is, that the clearsilver templates obviously don't work, since there are no additional user interface components being displayed. clearsilver is installed ;) any tips would be appriciated. thanks!

comment:6 Changed 12 years ago by Ryan J Ollos

Description: modified (diff)

comment:7 Changed 11 years ago by Ryan J Ollos

Resolution: wontfix
Status: reopenedclosed

This plugin is deprecated. Please use the TracMigratePlugin.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Noah Kantrowitz.
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.