I have installed protobuf but when I run my script that uses pb.py it complains:
from google.protobuf import descriptor as _descriptor
ImportError: No module named google.protobuf
However when I run protoc --version I see libprotoc 2.6.1
The previous posts say to see if protobuf is within the path of python, I can't find the protobuf path though.
Can anyone tell me what I'm doing wrong? I'm running Yosemite.