Modify

Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#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 Ryan J Ollos)

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 11 years ago by Ryan J Ollos

Description: modified (diff)

comment:2 Changed 11 years ago by anonymous

Resolution: fixed
Status: newclosed

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).

comment:3 Changed 11 years ago by anonymous

Thank You! I Will test it towmorow. Best

Dieter

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain ejucovy.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.