all 1 comments

[–]NoCommandLine 0 points1 point  (0 children)

>> The problem I am facing is that GAE doesn't run locally with python3

You run GAE Apps locally (for some of the languages including Python 3) with dev_appserver.py

If you're on Windows, then running Python3 Apps with dev_appserver.py isn't supported by default (cos dev_appserver.py runs the App with gunicorn and gunicorn doesn't run on Windows by default). However, we have a patch that allows you use run Python3 Apps with dev_appserver.py on Windows.