A 500 generally indicates an issue w/the application code. Can you paste
your entrypoint code here as well as any other log entries that may be
useful so people can help debug? (Less relevant: any reason for not using
Python 3?)

On Mon, Nov 1, 2021 at 3:05 AM Supratik Nag <sna...@gmail.com> wrote:

> Hi,
>
> I didnt install those packages in first place. Now those are installed.
> But still same thing. Firefox shows a blank page and chrome the below
> messages:
> *This page isn’t working*
>
> *localhost is currently unable to handle this request.*
> *HTTP ERROR 500*
>
> (.venvp2) snag@mx-Xfce ~> pip list
> DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020.
> Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0
> will drop support for Python 2.7 in January 2021. More details about Python
> 2 support in pip can be found at
> https://pip.pypa.io/en/latest/development/release-process/#python-2-support
> pip 21.0 will remove support for this functionality.
> Package    Version
> ---------- -------
> Jinja2     2.11.3
> MarkupSafe 1.1.1
> pip        20.3.4
> setuptools 44.1.1
> webapp2    2.5.2
> wheel      0.37.0
> (.venvp2) snag@mx-Xfce ~>
>
> Thaks.
> On Saturday, 30 October 2021 at 01:05:40 UTC+5:30 NoCommandLine wrote:
>
>>
>> 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 sna...@gmail.com 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 google-appengine+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-appengine/55a7a7c4-a73d-459c-9496-763317399884n%40googlegroups.com
> <https://groups.google.com/d/msgid/google-appengine/55a7a7c4-a73d-459c-9496-763317399884n%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>


-- 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
"A computer never does what you want... only what you tell it."
    wesley chun :: @wescpy <http://twitter.com/wescpy> :: Software
Architect & Engineer
    Developer Advocate at Google Cloud by day; at night...
    Python training & consulting : http://CyberwebConsulting.com
    "Core Python" books : http://CorePython.com
    Python blog: http://wescpy.blogspot.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 google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAB6eaA4_%3DFr4yex%2BXP6gS5sHGaGNjZ9v3WmJHQK%3DbaqU3psVWA%40mail.gmail.com.

Reply via email to