Hi list, Does anybody happen to know, what would cause the following error?
Traceback (most recent call last): File "/usr/lib/python2.5/site-packages/Trac-0.11dev_r6853-py2.5.egg/ trac/web/api.py", line 339, in send_error 'text/html') File "/usr/lib/python2.5/site-packages/Trac-0.11dev_r6853-py2.5.egg/ trac/web/chrome.py", line 684, in render_template data = self.populate_data(req, data) File "/usr/lib/python2.5/site-packages/Trac-0.11dev_r6853-py2.5.egg/ trac/web/chrome.py", line 592, in populate_data d['chrome'].update(req.chrome) File "/usr/lib/python2.5/site-packages/Trac-0.11dev_r6853-py2.5.egg/ trac/web/api.py", line 168, in __getattr__ value = self.callbacks[name] (self) File "/usr/lib/python2.5/site-packages/Trac-0.11dev_r6853-py2.5.egg/ trac/web/chrome.py", line 460, in prepare_request for category, name, text in contributor.get_navigation_items(req): File "build/bdist.linux-i686/egg/acct_mgr/web_ui.py", line 302, in get_navigation_items (req.href.register())) LookupError: unknown encoding: /trac/ILTable/register It only happens, once I install the account manager plugin. (with easy install) I have installed the latest trunk release of trac and python 2.5 running on a debian etch system. the latest trac + python 2.4, which I have on another, older, debian system works so far with the account manager plugin from trunk. what shall I try next? could it be easyinstall? any pointers? TIA --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
