Did you include this import in you deferred module? from google.appengine.ext.webapp import template
Guido Van Rossum includes this import in his example application because it "makes many django import issues go away". johnP On Jun 5, 2:43 am, Amine Azariz <[email protected]> wrote: > Python: 2.5 > Django: 1.2 > Billing : ON > Prod: Yes > > Hello guys, > > I'm experiencing this issue -from time to time- on my deferred jobs. I've > changed anything in my code. it's starts to happen right after the 1.6.6 > was released. > > How can I resolve this one ? > > Traceback (most recent call last): > [...] > in execute_differed_processing > plainTextTemplate = loader.get_template(self.__templates[method] + > ".txt") > File > "/base/python_runtime/python_lib/versions/third_party/django-1.2/django/tem > plate/loader.py", > line 157, in get_template > template, origin = find_template(template_name) > File > "/base/python_runtime/python_lib/versions/third_party/django-1.2/django/tem > plate/loader.py", > line 134, in find_template > source, display_name = loader(name, dirs) > File > "/base/python_runtime/python_lib/versions/third_party/django-1.2/django/tem > plate/loaders/filesystem.py", > line 55, in load_template_source > import warnings > SystemError: Parent module 'django.template.loaders' not loaded -- 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.
