Hi,
It is very hard to debug from a partial traceback, give us the whole
stacktrace next time. The last few lines are often particularly
helpful, they will include things like the actual error, such as a
TypeError.
I suspect you've got something wrong with your application
definition. Pay attention to the lines related to:
application = webapp.WSGIApplication(....)
and:
run_wsgi_app(application)
If you can't figure it out, show us the full traceback and your Python code.
Robert
On Mon, May 16, 2011 at 15:55, jaykay90 <[email protected]> wrote:
> hii..
> when i try to run the code in this page its giving an error during
> post action i.e during form submission..
> http://code.google.com/appengine/docs/python/gettingstarted/handlingforms.html
>
> appspot server shows "500 Server error" where as in my computer when i
> try to run with google app engine launcher... its entirely different..
> it gives a big list of errors
>
> Traceback (most recent call last):
> File "C:\Program Files (x86)\Google\google_appengine\google\appengine
> \tools\dev_appserver.py", line 4053, in _HandleRequest
> self._Dispatch(dispatcher, self.rfile, outfile, env_dict)
> File "C:\Program Files (x86)\Google\google_appengine\google\appengine
> \tools\dev_appserver.py", line 3977, in _Dispatch
> base_env_dict=env_dict)
> File "C:\Program Files (x86)\Google\google_appengine\google\appengine
> \tools\dev_appserver.py", line 588, in Dispatch
> base_env_dict=base_env_dict)
> File "C:\Program Files (x86)\Google\google_appengine\google\appengine
> \tools\dev_appserver.py", line 3050, in Dispatch
> self._module_dict)
>
> this list is very big.. but i just shared four lines of it.. need help
> asap.. thanks in advance..
>
> --
> 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.
>
>
--
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.