Your link has a Dependencies section which lists Jinja2 and Webapp2. Did you install those dependencies?
*Note:* The Dependencies also mentions "Twitter Bootstrap" but there is a folder for it which means you don't have to download it * .....* NoCommandLine *......* https://nocommandline.com *A GUI for Google App Engine* On Friday, October 29, 2021 at 4:57:37 AM UTC-5 [email protected] wrote: > Hello, > > I have followed the instructions mentioned in the below page: > > https://cloud.google.com/appengine/docs/standard/python/getting-started/creating-guestbook > > Local configuration: > > - Debian (10) Linux > - Python 2.7.16 > - Google Cloud SDK 362.0.0 > - > - cat /etc/hosts > - 127.0.0.1 localhost > - 127.0.0.1 mx-Xfce > > I have tried 2 running the app in 2 different ways: > > 1. From inside Python2.7 virtualenv: *sudo > /opt/google-cloud-sdk/bin/dev_appserver.py ./app.yaml* > 2. From inside gc sdk bin directory: *python dev_appserver.py > /home/<user>/appengine-guestbook-python/app.yaml* > > I get below messages in terminal: > INFO 2021-10-28 21:21:28,722 devappserver2.py:316] Skipping SDK update > check. > INFO 2021-10-28 21:21:28,832 <string>:383] Starting API server at: > http://localhost:37783 > INFO 2021-10-28 21:21:28,900 dispatcher.py:281] Starting module > "default" running at: http://localhost:8080 > INFO 2021-10-28 21:21:28,900 admin_server.py:150] Starting admin > server at: http://localhost:8000 > INFO 2021-10-28 21:21:30,910 instance.py:294] Instance PID: 2803 > > admin server http://localhost:8000 runs fine but default > http://localhost:8080 does not: > http://localhost:8080 says: > *This page isn’t working* > > *localhost is currently unable to handle this request.* > *HTTP ERROR 500* > > Please help to understand me what am I doing wrong here. > > Thanks, > Supratik > > -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/323d3568-86f3-4796-9417-7237b89b0f5cn%40googlegroups.com.
