Everything works fine for my local development machine, but when I deploy
into the Google App Engine, I get an error after logging in using Google
Account.
<type 'exceptions.AttributeError'>: Profile instance has no attribute
'initialize'
Traceback (most recent call last):
File
"/base/data/home/apps/aidreliefcoordinator/1.349538561487495342/aidcoordinator.py",
line 83, in main
run_wsgi_app(application)
File
"/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/util.py",
line 98, in run_wsgi_app
run_bare_wsgi_app(add_wsgi_middleware(application))
File
"/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/util.py",
line 116, in run_bare_wsgi_app
result = application(env, _start_response)
File
"/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/__init__.py",
line 622, in __call__
handler.initialize(request, response)
<type 'exceptions.AttributeError'>: Profile instance has no attribute
'initialize'
The URL of my application is http://www.aidreliefcoordinator.appspot.com.
Thanks a lot
Nong
--
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.