Quick correction to George's post:

   - for Python 2.7, dev_appserver is recommended
   - for Python 3.7, we recommend using Python's idiomatic development 
   practices, as listed on this page 
   
<https://cloud.google.com/appengine/docs/standard/python3/testing-and-deploying-your-app>

But back to the original question -- are you following the instructions on this 
section 
<https://cloud.google.com/appengine/docs/standard/python3/building-app/> of 
the doc?

On Thursday, September 27, 2018 at 6:20:12 PM UTC-7, George (Cloud Platform 
Support) wrote:
>
> The recommended way to run Standard Environment applications in the local 
> environment is by using the dev_appserver.py command as follows, from the 
> directory that contains your app's app.yaml configuration file, and 
> specifying the directory path to your app, for example:
>
> dev_appserver.py [PATH_TO_YOUR_APP]
>
> You may find related detail on the "Using the Local Development Server" 
> documentation page 
> <https://cloud.google.com/appengine/docs/standard/python/tools/using-local-server>
> . 
>

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/d9bb664d-0fa7-411a-9b37-dedce663f468%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to