I've compiled a ".proto" file using protoc
. When I try to use it, it says I needed google.protobuf installed. I downloaded and extracted the file (source), and I've successfuly installed it using python setup.py install
. When I try to import the module, it says it doesn't exist. I can't figure out why.
Edit: Using Python 2.7.6