My first introduction with GAE started with webapp2 module import error. I (also) needed to uninstall 3 modules.
sudo pip uninstall gcloud sudo pip uninstall googleapis-common-protos sudo pip uninstall protobuf Op maandag 9 mei 2016 22:23:45 UTC+2 schreef Ted Roden: > > I just upgraded to 1.9.37 and now when I start the app I'm getting this > error: > > > ImportError: No module named webapp2 > > Nothing else has changed. > > I thought perhaps Google stopped bundling it, so I did a "pip install > webapp2," but that didn't help (I've since removed that). > > Any ideas on what's going on? > -- 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/9b8fadcd-3221-4e77-b715-58994b3bbb2c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
