Skip to content

Instantly share code, notes, and snippets.

@jayd3e
Created May 19, 2012 23:22
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save jayd3e/2732756 to your computer and use it in GitHub Desktop.
Pyramid/Mako error
Traceback (most recent call last):
File "/Users/jayd3e/Clusterflunk/Clusterflunk/env/lib/python2.7/site-packages/pyramid-1.3.1-py2.7.egg/pyramid/mako_templating.py", line 181, in __call__
result = template.render_unicode(**system)
File "/Users/jayd3e/Clusterflunk/Clusterflunk/env/lib/python2.7/site-packages/Mako-0.7.0-py2.7.egg/mako/template.py", line 406, in render_unicode
as_unicode=True)
File "/Users/jayd3e/Clusterflunk/Clusterflunk/env/lib/python2.7/site-packages/Mako-0.7.0-py2.7.egg/mako/runtime.py", line 764, in _render
**_kwargs_for_callable(callable_, data))
File "/Users/jayd3e/Clusterflunk/Clusterflunk/env/lib/python2.7/site-packages/Mako-0.7.0-py2.7.egg/mako/runtime.py", line 795, in _render_context
(inherit, lclcontext) = _populate_self_namespace(context, tmpl)
File "/Users/jayd3e/Clusterflunk/Clusterflunk/env/lib/python2.7/site-packages/Mako-0.7.0-py2.7.egg/mako/runtime.py", line 741, in _populate_self_namespace
ret = template.module._mako_inherit(template, context)
File "/Users/jayd3e/Clusterflunk/Clusterflunk/clusterflunk/templates/auth/login.mako", line 2, in _mako_inherit
<%namespace name="util_error" file="../utilities/error.mako"/>
File "/Users/jayd3e/Clusterflunk/Clusterflunk/clusterflunk/templates/auth/login.mako", line 2, in _mako_generate_namespaces
<%namespace name="util_error" file="../utilities/error.mako"/>
File "/Users/jayd3e/Clusterflunk/Clusterflunk/env/lib/python2.7/site-packages/Mako-0.7.0-py2.7.egg/mako/runtime.py", line 507, in __init__
calling_uri)
File "/Users/jayd3e/Clusterflunk/Clusterflunk/env/lib/python2.7/site-packages/Mako-0.7.0-py2.7.egg/mako/runtime.py", line 732, in _lookup_template
raise exceptions.TemplateLookupException(str(e))
TemplateLookupException: Cant locate template for uri u'clusterflunk$templates/auth/../utilities/error.mako'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment