It would be interesting to see what the results are if you throw in a few debug statements above line 31 in 'devappserver2.py':
import google print(google) print(sys.path) I've tried to break this on my machine by introducing a 'google' module in my sys.path, but I cannot reproduce it. On Saturday, May 21, 2016 at 1:38:28 AM UTC-4, Matti Dahlbom wrote: > > > > On Friday, May 20, 2016 at 11:52:20 PM UTC+3, Anastasios Hatzis wrote: >> >> I have added two comments. Updated today to this version on OS X 10.11.4 >> and after updating the symlinks (in GoogleAppEngineLauncher menu), I could >> launch the app. Later I also launched from CLI (dev_appserver.py), but only >> after I was prompted to update a gcloud component >> > > I believe you've been using dev_appserver.py that ships with the gcloud > SDK instead of the one that ships with GAE SDK. > > - Matti > -- 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/23b69cc3-3ae5-4fae-bc42-1efa8682f9e7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
