I'm getting this error on my GAE app, and it not only is happening
quite often, but it also causing very high CPU cycles and thus billing
me accordingly. Anyone know what is going on here? I'm running the
most recent SDK and haven't made changes to the standard django
install, and this error tells me it's something deeper in the engine
that I cannot affect... unless I'm asking django to do something it
can't?

'module' object has no attribute 'defaulttags'
Traceback (most recent call last):
  File "/base/python_runtime/python_lib/versions/1/google/appengine/
ext/webapp/__init__.py", line 511, in __call__
    handler.get(*groups)
  File "/base/data/home/apps/[appname]/2-1-3.344222771596074525/
[file].py", line 147, in get
    self.response.out.write(template.render(path, template_values))
  File "/base/python_runtime/python_lib/versions/1/google/appengine/
ext/webapp/template.py", line 81, in render
    return t.render(Context(template_dict))
  File "/base/python_runtime/python_lib/versions/1/google/appengine/
ext/webapp/template.py", line 116, in wrap_render
    URLNode = django.template.defaulttags.URLNode
AttributeError: 'module' object has no attribute 'defaulttags'

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to