On Dec 21, 8:42 pm, Whitey <white.a...@gmail.com> 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 google-appeng...@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