I have a python GAE app running, and on first load it displays a blank
page.  Additionally sometimes when I navigate to some pages it is
blank until I refresh once or twice.  I have the
if __name__ == '__main__':
  main()

statement at the end of my main.py file.  The only non standard thing
I am doing is that I am using tornado web as well to provide the
request handlers.  Does anyone have any suggestions on things to look
into to resolve this issue?

thanks

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