Modify ↓
#10610 closed defect (fixed)
TemplateNotFound: Template "admin_repository_users.html" not found
Reported by: | Dieter | Owned by: | ejucovy |
---|---|---|---|
Priority: | normal | Component: | GitolitePlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 1.0 |
Description (last modified by )
Python-Zurückverfolgungsinformationen Letzter Aufruf zuerst:
Datei "/usr/local/lib/python2.7/dist-packages/Trac-1.0-py2.7.egg/trac/web/main.py", Zeile 497, in _dispatch_request dispatcher.dispatch(req) Datei "/usr/local/lib/python2.7/dist-packages/Trac-1.0-py2.7.egg/trac/web/main.py", Zeile 233, in dispatch content_type) Datei "/usr/local/lib/python2.7/dist-packages/Trac-1.0-py2.7.egg/trac/web/chrome.py", Zeile 960, in render_template template = self.load_template(filename, method=method) Datei "/usr/local/lib/python2.7/dist-packages/Trac-1.0-py2.7.egg/trac/web/chrome.py", Zeile 931, in load_template return self.templates.load(filename, cls=cls) Datei "/usr/lib/python2.7/dist-packages/genshi/template/loader.py", Zeile 246, in load raise TemplateNotFound(filename, search_path)
Systeminformationen: User Agent: Mozilla/5.0 (Windows NT 5.1; rv:16.0) Gecko/20100101 Firefox/16.0 Trac 1.0 Babel 0.9.6 Docutils 0.8.1 Genshi 0.6 (with speedups) GIT 1.7.10.4 Pygments 1.5 pysqlite 2.6.0 Python 2.7.3rc2 (default, Apr 23 2012, 04:52:06) [GCC 4.6.3] pytz 2012c setuptools 0.6 SQLite 3.7.13 jQuery 1.7.2 Aktivierte Plugins trac-GitolitePlugin 0.1 /usr/local/lib/python2.7/dist-packages/trac_GitolitePlugin-0.1-py2.7.egg TracAccountManager 0.3.2 /var/trac/tms3000/plugins/TracAccountManager-0.3.2-py2.7.egg TracRobotsTxt 2.0 /var/trac/tms3000/plugins/TracRobotsTxt-2.0-py2.7.egg
Attachments (0)
Change History (3)
comment:1 Changed 12 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
This is fixed now, as of master@2340770d7642a682619e9aedaba43556a586be54 -- I had forgotten to do the necessary incantations to make sure setuptools includes .html files in the installed package.
If you reinstall the plugin at version 0.2.4 this should work. Sorry about the error.
http://pypi.python.org/pypi/trac-GitolitePlugin/0.2.4
Please reopen the ticket if you continue to have this problem, and include your installation command(s).