I have installed from the TagsPlugin trunk (0.5) into a working 0.11
beta release Trac, and it looks like there's a basic problem.
Accessing the root page of my Trac wiki gives:

No handler matched request to /wiki

I see the Tags link in the upper right as I should, but clicking that
link give:

TemplateNotFound: Template "tags.html" not found

and the trace

Most recent call last:
 File "/usr/lib/python2.5/site-packages/Trac-0.11dev_r6363-py2.5.egg/
trac/web/main.py", line 398, in _dispatch_request
  dispatcher.dispatch(req)
File "/usr/lib/python2.5/site-packages/Trac-0.11dev_r6363-py2.5.egg/
trac/web/main.py", line 217, in dispatch
  data, content_type)
File "/usr/lib/python2.5/site-packages/Trac-0.11dev_r6363-py2.5.egg/
trac/web/chrome.py", line 651, in render_template
  template = self.load_template(filename, method=method)
File "/usr/lib/python2.5/site-packages/Trac-0.11dev_r6363-py2.5.egg/
trac/web/chrome.py", line 635, in load_template
  return self.templates.load(filename, cls=cls)
File "/usr/lib/python2.5/site-packages/Genshi-0.5dev_r786-py2.5-linux-
i686.egg/genshi/template/loader.py", line 227, in load
  raise TemplateNotFound(filename, search_path)


Changing my trac.ini back to using the wiki default handler restores
normal operation.

By the way, kudos to the Trac team and the plugin team for making that
last part true. Maybe you guys have an unspoken motto "First, do no
harm"?

Since I am such a novice with Trac and python, I suspect I did
something wrong or am missing something simple. Can anyone point me in
the right direction?

Thanks
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to