Here. I am nearly up with Google app engine. Feels great !
Just a last step : when enabling the datastore administration through
app.yaml
I got the following error :
<class 'django.template.InvalidTemplateLibrary'>: Could not load
template library from django.template.defaultfilters, cannot import
name ugettext_lazy
Traceback (most recent call last):
File "/base/python_runtime/python_lib/versions/1/google/appengine/
ext/datastore_admin/main.py", line 30, in <module>
from google.appengine.ext.datastore_admin import delete_handler
File "/base/python_runtime/python_lib/versions/1/google/appengine/
ext/datastore_admin/delete_handler.py", line 28, in <module>
from google.appengine.ext.datastore_admin import utils
File "/base/python_runtime/python_lib/versions/1/google/appengine/
ext/datastore_admin/utils.py", line 53, in <module>
from google.appengine.ext.webapp import template
File "/base/python_runtime/python_lib/versions/1/google/appengine/
ext/webapp/template.py", line 65, in <module>
import django.template
File "/base/python_runtime/python_lib/versions/third_party/
django-0.96/django/template/__init__.py", line 918, in <module>
add_to_builtins('django.template.defaultfilters')
File "/base/python_runtime/python_lib/versions/third_party/
django-0.96/django/template/__init__.py", line 915, in add_to_builtins
builtins.append(get_library(module_name))
File "/base/python_runtime/python_lib/versions/third_party/
django-0.96/django/template/__init__.py", line 906, in get_library
raise InvalidTemplateLibrary, "Could not load template library
from %s, %s" % (module_name, e)
Would someone have a little clue to give me ?
All the best
Gilles
--
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.