I was using trac 0.11-stable r7189 and I believe Genshi 0.4.4. I did
an svn update which pulled me to r7200. Installing by doing sudo
python ./setup.py install also installed Genshi 0.5. I reloaded apache
and got this traceback when loading my site.
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/Trac-0.11dev_r7200-py2.5.egg/
trac/web/api.py", line 339, in send_error
'text/html')
File "/usr/lib/python2.5/site-packages/Trac-0.11dev_r7200-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_r7200-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_r7200-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_r7200-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 147, in
get_navigation_items
(req.href.account()))
LookupError: unknown encoding: /trac/account
Reverting back to r7189 and Genshi 0.4.4 fixes the error but I would
like to see what the problem is so I can use the latest versions.
Thanks for any help. BTW: Ubuntu 8.04 is my OS.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac
Development" 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-dev?hl=en
-~----------~----~----~----~------~----~------~--~---