It looks like the protobuf pip package conflicts with webapp2. I temporarily resolved the issue by uninstalling all google python packages (gcloud, protobuf, googleapis-common-protos) which allows webapp2 to work again. Reinstalling protobuf breaks it. Unfortunately I need webapp2 to work while protobuf is installed.
This seems like an issue that Google should address - can you look into it? On Wednesday, May 11, 2016 at 1:07:11 PM UTC-7, Nick (Cloud Platform Support) wrote: > > Hey Ted, > > This sounds like an issue which would be better posted to a forum designed > for specific-issue technical support such as Stack Overflow > <http://stackoverflow.com>. However, before doing so, you should be sure > to gather enough information that the people on the other end of the > internet will be able to adequately begin thinking about the issue. For > example, you might want to include the following information: > > * Is this happening in production or the development environment? > > * What is the full stack trace? > > * If it's in development, how are you running the project? > > You can feel free to reply either here or on Stack Overflow but I > recommend posting to Stack Overflow for the reason that there are many more > users there who can potentially assist with an issue like this. > > Cheers, > > Nick > Cloud Platform Community Support > > On Monday, May 9, 2016 at 4:23:45 PM UTC-4, Ted Roden wrote: >> >> 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/0683f695-c406-48b3-ba56-22814ad98e4b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
