Ilias Lazaridis wrote: > the log shows (accessing: http://localhost:8000/trac17/timeline) > > 2006-10-13 18:44:21,858 Trac[main] ERROR: Template "timeline.html" not > found > Traceback (most recent call last): > File "p:\org\trac\trac\web\main.py", line 366, in dispatch_request > dispatcher.dispatch(req) > File "p:\org\trac\trac\web\main.py", line 237, in dispatch > content_type, data) > File "p:\org\trac\trac\web\chrome.py", line 463, in render_response > template = self.load_template(template_name, req, data, > method=method) > File "p:\org\trac\trac\web\chrome.py", line 447, in load_template > return self.templateloader.load(filename, cls=cls) > File "build\bdist.win32\egg\genshi\template.py", line 1354, in load > TemplateNotFound: Template "timeline.html" not found > > the 0.10 was working (windows). > > I've done the following: > > easy_install genshi > > svn up > > My extension plugin is deactivated. > > ???
everythings ok. missed a "templates_dir" pointer within a copies trac.ini . --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
