Hi all,
 
I urgently need help with this. I have an app that was tested locally and 
works fine. Once deployed on Google infrastructure and I try to access it 
via the appspot.com url I get a 500 internal server error message. In the 
logs it tells me the following:
 
Traceback (most recent call last):
  File 
"/base/python27_runtime/python27_lib/versions/1/google/appengine/runtime/wsgi.py",
 
line 196, in Handle
    handler = _config_handle.add_wsgi_middleware(self._LoadHandler())
  File 
"/base/python27_runtime/python27_lib/versions/1/google/appengine/runtime/wsgi.py",
 
line 255, in _LoadHandler
    handler = __import__(path[0])
  File 
"/base/data/home/apps/s~aodwhalewatching/1.363101881282590796/hfwwg3.py", 
line 13, in <module>
    from google.appengine.ext.db import djangoforms
ImportError: cannot import name djangoforms
 
I googled this and found that I needed this: 
http://code.google.com/p/googleappengine/issues/detail?id=6269
I did what it said (I think) in that I copied the code from the link into 
notepad and saved it in the directory where my application code is as 
djangoforms.py. I then deployed the code again to the Google via the GAE 
launcher.
 
It has not fixed the issue. I'm very stuck with this and need to have this 
demo working (with django) but tomorrow.
 
Any help appreciated.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/vzlFeqt2kucJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to