Hi Kathleen,

on which OS do you run the App Engine launcher?

1.9.18 is very old, maybe from around August 2015. I would suspect that you 
have an old App Engine SDK 1.9.18 installed (that also came with the GUI 
launcher), and later you have added the Google Cloud SDK 
<https://cloud.google.com/sdk/> (a different SDK, that works for most of 
the GCP products and is much more sophisticated regarding configurations, 
automation etc.). The Google Cloud SDK has no GUI launcher for App Engine 
though (and deployments use a "gcloud app deploy" instead of the old 
command), but the local dev-server and the other GAE parts are the same. 
gcloud's App Engine component is on 1.9.67 which is right now the most 
recent version of App Engine.

I don't know if you could make the GUI launcher to use the newer 
dev_appserver.py from Google Cloud SDK instead. Since the GUI launcher of 
App Engine SDK does merely more than starting and stopping dev_appserver.py 
this 
should be easy. I assume you already added confg and auth to gcloud, so you 
only need to get familiar with the new command line options of gcloud for 
this and for App Engine deployments.

Regards,
Ani

On Wednesday, 28 February 2018 05:27:56 UTC+1, Kathleen Juliff wrote:
>
> I tied uninstalling and reinstalling but no difference.

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
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/55ec407e-5c34-418a-9374-bdb4ea96ea24%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to