On Jan 3, 7:34 am, pgctesting001 <pgctesting...@gmail.com> wrote:
> I used the google app engin sdk to develop a simple app for testing on
> upload to my standard test site. the sdk and gdata installed properly,
> the tests ran ok, my html file showed in the development server on my
> platfor, I created the app engine with cell phone call back procedure
> and uploaded the app to my test site and it is active and showing
> activity from the control panel. when I try to invoke it, I get a 500
> Server Error from google, but nothing in the app's error logs.
>
> the app:
>
> print "Content-type: text/html\n\n";
> print '<br>'
> print '<p>Hello, world!</p>'
> print '<br />'
> print '<strong>This is a test of the Google loader</strong>'
>
> print '<br />'
> print '<strong>Hello, Thomas. How do you like me now?</strong>'
>
> print '<br />'
> print '<strong>Hello, Tony. See what your help has produced?</strong>'
>
> print '<br />'
> print '<strong>From San Francisco, January 2, 2009.</strong>'
>
> the yaml file:
>
> application: pgctesting0102
> version: 1
> runtime: python
> api_version: 1
>
> handlers:
> - url: /.*
>   script: pgctesting0102.py
--~--~---------~--~----~------------~-------~--~----~

--~--~---------~--~----~------------~-------~--~----~
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