Opened 16 years ago
Closed 12 years ago
#3667 closed defect (wontfix)
does not load using trac 0.11
Reported by: | Owned by: | Noah Kantrowitz | |
---|---|---|---|
Priority: | normal | Component: | DatamoverPlugin |
Severity: | normal | Keywords: | |
Cc: | David Rees, andreas.doppelbauer@… | Trac Release: | 0.11 |
Description (last modified by )
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
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 16 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
The plugin itself has not been fixed.
comment:3 Changed 16 years ago by
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 16 years ago by
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 16 years ago by
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
Description: | modified (diff) |
---|
comment:7 Changed 12 years ago by
Resolution: | → wontfix |
---|---|
Status: | reopened → closed |
This plugin is deprecated. Please use the TracMigratePlugin.
This was fixed by following the procedure on this ticket: Import Error in Trac 0.11b1 Data Mover plugin (2605)