Modify ↓
#7096 closed defect (fixed)
Error loading plugin
Reported by: | Owned by: | Kis Gergely | |
---|---|---|---|
Priority: | high | Component: | SvnAuthzAdminPlugin |
Severity: | major | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
I'm trying to install SvnAuthzAdminPlugin, but after installing using easy_install
plugin isn't available on plugins list in admin panel.
I got an error in the trac.log file:
2010-05-09 23:51:41,625 Trac[env] INFO: -------------------------------- environment startup [Trac 0.11.7] -------------------------------- 2010-05-09 23:51:41,654 Trac[loader] DEBUG: Loading svnauthz.admin_ui from /usr/lib/python2.5/site-packages/SvnAuthzAdminPlugin-0.1.2._Moved.to.Trac.0.11_-py2.5.egg 2010-05-09 23:51:41,657 Trac[loader] ERROR: Skipping "svnauthz.admin_ui = svnauthz.admin_ui": (can't import "ImportError: cannot import name get_module_path")
I'm using Trac 0.11.7 from Debian unstable.
Attachments (0)
Change History (6)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
I think you need to install setuptools
.
comment:3 Changed 14 years ago by
Resolution: | worksforme |
---|---|
Status: | closed → reopened |
Actually, looks like that is not the problem. Please try removing get_pkginfo, get_module_path
from the 5th line of admin_ui
.
comment:4 Changed 14 years ago by
Confirmed for Debian Lenny with 0.11.7.
Removing import get_pkginfo, get_module_path from admin_ui works for me.
comment:6 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Note: See
TracTickets for help on using
tickets.
Confirmed for Ubuntu Lucid (10.04 LTS) with 0.11.7 as well.