I found the problem: one of the entries in app.yaml was:
- url: /logo\.gif
  static_dir: ca.py

Should be
- url: /logo\.gif
  script: ca.py

Running in the local environment didn't catch the issue. appcfg took
it happily and declared success. The runtime gave a 500 with no
explanation.

I'm not sure where the solution lies, probably the local environment
should have flagged the error.

On May 27, 12:37 pm, J <j.si...@earlystageit.com> wrote:
> I just uploaded the application "charityaxis". Trying to access it
> usinghttp://charityaxis.appspot.comgives a 500 error and I can't
> figure out why. Double-checked everything and compared the settings to
> other apps I have already running in appengine -- nothing jumps out. I
> uploaded twice, once from Eclipse, once from the command line. The
> uploads were successful, that's what appcfg said anyway.
>
> Application ID: charityaxis. Python environment.
>
> 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 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