I'm having the *exact* same problem. The error is intermittent and
unpredictable. It's also exceedingly hard to isolate by removing
chunks of code to see what triggers it. How else would I approach
debugging this?

Might there be some incompatibility between the internally hosted
version of Django and App Engine?

Any help would be great.

Thanks,
Carson

On Aug 23, 1:42 pm, Ben <[email protected]> wrote:
> 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