I ran into an issue today with AppEngine imports and noticed that it was being caused by the PiPy package of protobufs.
Since the Google protobuf package and the Google AppEngine package share the same google.* module, if the protobuf package is installed, all appengine imports fail due to the missing sub-modules (API, users, etc). I imagine that AppEngine would also cause issues with the protobuf package imports failing depending on the ordering on the Python path. It's simple to work around, but I wanted to bring this up if it hasn't been mentioned previously. -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" 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/protobuf. For more options, visit https://groups.google.com/d/optout.
