On Dec 21, 8:42 pm, Whitey <[email protected]> wrote:
> Something dumb I am sure, I have a simple app that works fine across
> Safari, Chrome, Firefox on local app engine dev setup (sdk 1.3.0) when
> I upload/deploy I get no error, when I access the page I get no errors
> (or anything) logged but I get a blank page with a status code of 200,
> have tried re-deploying, changing version numbers, deleting versions,
> etc, no luck, any ideas? Thnks.
You need the
if __name__ == '__main__':
main()
clause at the end of your python file.
--
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.