> >> As for why, something tells me it's related to this recently reported >> issue <https://code.google.com/p/googleappengine/issues/detail?id=12963>, >> in which it appears dev_appserver is changing the way the 'google' import >> is added to sys.modules. As a workaround, you can try uninstalling or >> renaming '/usr/local/bin/google' to something else and see if the problem >> goes away. >> >> Aah, grepping from that issue you mentioned:
Looking around using pdb, I was able to pinpoint the problem to a conflict > with the python2-protobuf archlinux package providing a built-in google > module that seem to upset the new code. I indeed have the protobuf packages installed also. - 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/075e8dea-58b3-4fa0-b524-7cd0b6619f85%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
