Ticket #4882 (closed defect: fixed)
templates skipped during installation
| Reported by: | theultramage+trac@… | Owned by: | mgood |
|---|---|---|---|
| Priority: | high | Milestone: | 0.11 |
| Component: | general | Version: | devel |
| Severity: | major | Keywords: | |
| Cc: |
Description
Since r4819 trac will not install nor run properly, since the installer doesn't add the relevant files&dirs to /share.
File "C:\\UNIX\\bin\\python\\Lib\\site-packages\\mod_python\\importer.py", line 1537, in HandlerDispatch\n default=default_handler, arg=req, silent=hlist.silent) File "C:\\UNIX\\bin\\python\\Lib\\site-packages\\mod_python\\importer.py", line 1229, in _process_target\n result = _execute_target(config, req, object, arg) File "C:\\UNIX\\bin\\python\\Lib\\site-packages\\mod_python\\importer.py", line 1128, in _execute_target\n result = object(arg) File "c:\\unix\\bin\\python\\lib\\site-packages\\Trac-0.11dev-py2.5.egg\\trac\\web\\modpython_frontend.py", line 91, in handler\n gateway.run(dispatch_request) File "c:\\unix\\bin\\python\\lib\\site-packages\\Trac-0.11dev-py2.5.egg\\trac\\web\\wsgi.py", line 87, in run\n response = application(self.environ, self._start_response) File "c:\\unix\\bin\\python\\lib\\site-packages\\Trac-0.11dev-py2.5.egg\\trac\\web\\main.py", line 385, in dispatch_request\n env_paths) File "c:\\unix\\bin\\python\\lib\\site-packages\\Trac-0.11dev-py2.5.egg\\trac\\web\\main.py", line 527, in send_project_index\n markuptemplate = TemplateLoader(loadpaths).load(template) File "build\\bdist.win32\\egg\\genshi\\template\\loader.py", line 188, in load\n raise TemplateNotFound(filename, search_path) TemplateNotFound: Template "index.html" not found
Adding them there manually won't work due to some missing directory setup or something. Dumping the content of the previous /share/trac into the main directory does the trick (as a quick workaround).
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


