Created
November 19, 2012 08:57
-
-
Save yaojialyu/4109676 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last): | |
File "/usr/local/lib/python2.7/dist-packages/tornado/web.py", line 1042, in _execute | |
getattr(self, self.request.method.lower())(*args, **kwargs) | |
File "/usr/local/lib/python2.7/dist-packages/tornado/web.py", line 1809, in wrapper | |
return method(self, *args, **kwargs) | |
File "/www/v2ex/galaxy/handlers/web/place.py", line 38, in get | |
self.finalize('place/denied.html') | |
File "/www/v2ex/galaxy/handlers/web/__init__.py", line 49, in finalize | |
template = self.env.get_template(t) | |
File "/usr/local/lib/python2.7/dist-packages/jinja2/environment.py", line 719, in get_template | |
return self._load_template(name, self.make_globals(globals)) | |
File "/usr/local/lib/python2.7/dist-packages/jinja2/environment.py", line 693, in _load_template | |
template = self.loader.load(self, name, globals) | |
File "/usr/local/lib/python2.7/dist-packages/jinja2/loaders.py", line 115, in load | |
source, filename, uptodate = self.get_source(environment, name) | |
File "/usr/local/lib/python2.7/dist-packages/jinja2/loaders.py", line 227, in get_source | |
raise TemplateNotFound(template) | |
TemplateNotFound: desktop/place/denied.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment