I get the following stacktrace logged on the server when executing
any request. I am using app-engine-patch to include the latest version
of django. I was using google-app-engine-django, but received the same
error when using that.
The file that it is complaining about (html.py) does seem to exist in
the correct location, but isn't found. Is it possible that it isn't
being uploaded??
The difficult thing is that it works locally, but doesn't work on the
server.
Any ideas would be appreciated.
j
:
<type 'exceptions.ImportError'>: No module named html
Traceback (most recent call last):
File "/base/data/home/apps/savingsplanner/1.18/common/appenginepatch/
main.py", line 11, in <module>
patch_all()
File "/base/data/home/apps/savingsplanner/1.18/common/appenginepatch/
appenginepatcher/patch.py", line 7, in patch_all
patch_django()
File "/base/data/home/apps/savingsplanner/1.18/common/appenginepatch/
appenginepatcher/patch.py", line 109, in patch_django
from appenginepatcher.auth import models
File "/base/data/home/apps/savingsplanner/1.18/common/appenginepatch/
appenginepatcher/auth/models.py", line 3, in <module>
from django.db.models.manager import EmptyManager
File "/base/data/home/apps/savingsplanner/1.18/common/django/db/
models/__init__.py", line 5, in <module>
from django.db.models.query import Q
File "/base/data/home/apps/savingsplanner/1.18/common/django/db/
models/query.py", line 7, in <module>
from django.db.models.fields import DateField
File "/base/data/home/apps/savingsplanner/1.18/common/django/db/
models/fields/__init__.py", line 16, in <module>
from django import forms
File "/base/data/home/apps/savingsplanner/1.18/common/django/forms/
__init__.py", line 13, in <module>
from util import ValidationError
File "/base/data/home/apps/savingsplanner/1.18/common/django/forms/
util.py", line 1, in <module>
from django.utils.html import conditional_escape
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---