Hi,
I'm using GAE and the Google App Engine Helper for Django.
I run my applicaion locally without any issue. when I update google's
farm, and try to access my app on the web i get the following error:
<class 'django.core.exceptions.ImproperlyConfigured'>: 'appengine'
isn't an available database backend. Available options are:
Error was: No module named appengine.base
Traceback (most recent call last):
File "/base/data/home/apps/myapp/1.333537693621798759/common/
appenginepatch/main.py", line 12, in <module>
patch_all()
File "/base/data/home/apps/myapp/1.333537693621798759/common/
appenginepatch/appenginepatcher/patch.py", line 20, in patch_all
patch_app_engine()
File "/base/data/home/apps/myapp/1.333537693621798759/common/
appenginepatch/appenginepatcher/patch.py", line 391, in
patch_app_engine
from django.db.models import signals
File "/base/python_dist/lib/python2.5/py_zipimport.py", line 242, in
load_module
exec code in mod.__dict__
File "/base/data/home/apps/myapp/1.333537693621798759/__init__.py",
line 34, in <module>
Let me know what i'm doing wrong. I'm running the SDK version 1.1.9
and python 2.5.1
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---