Hi,
My version of trac is Trac 0.10.4
Installed worked both from source and binary
However, as soon as I enable the plugin, trac gives then following error.
Thanks
Traceback (most recent call last):
File "/var/lib/python-support/python2.5/trac/web/main.py", line 406, in dispatch_request
dispatcher.dispatch(req)
File "/var/lib/python-support/python2.5/trac/web/main.py", line 183, in dispatch
req.perm = PermissionCache(self.env, req.authname)
File "/var/lib/python-support/python2.5/trac/perm.py", line 263, in __init__
self.perms = PermissionSystem(env).get_user_permissions(username)
File "/var/lib/python-support/python2.5/trac/perm.py", line 213, in get_user_permissions
for requestor in self.requestors:
File "/var/lib/python-support/python2.5/trac/core.py", line 55, in extensions
return filter(None, [component.compmgr[cls] for cls in extensions])
File "/var/lib/python-support/python2.5/trac/core.py", line 182, in __getitem__
% (cls, e)
TracError: Unable to instantiate component <class 'HudsonTrac.HudsonTracPlugin.HudsonTracPlugin'> (unicode_quote() takes exactly 1 argument (2 given))