Hello Paulus,
On Sat, Aug 24, 2013 at 3:07 AM, Paulus Tanuwijaya <[email protected]> wrote: > > My tutorial is from https://developers.google.com/glass/overview. Are you sure the tutorial is from the Google Glass page? The code you supplied looks to be identical to the Python App Engine tutorial at https://developers.google.com/appengine/docs/python/gettingstartedpython27/usingdatastore On Sat, Aug 24, 2013 at 3:07 AM, Paulus Tanuwijaya <[email protected]> wrote: > What I meant by it still doesn't work is when I run the program on the web > there is nothing (blank). According to the tutorial it supposes to show box > and sign in guest book. The root page is blank, but what about the other pages? Can you visit the * /sign* path on your web app (so for example, if you deployed the application the url would be *(your-app-id) . appspot . com / sign* (remove the spaces). The reason I'm asking you to do this is because the guestbook defines two pages, one at root ( / ) and one at /sign. If that fails to work, can you look at your App Engine logs page and see if any error messages show up? Also try deploying a simpler Python application - try this one (it's a basic Python app demonstrating the Users service): https://developers.google.com/appengine/docs/python/gettingstartedpython27/usingusers ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
