我只想确定:如果你想使用谷歌协议缓冲区,我可以找到编译器的二进制文件,但不知何故,似乎我还需要编译剩余的源文件.这是真的?我有一个MinGW c编译器,这样做.有人有make文件吗? 通
更新:所以你似乎没有安装python-protobuf,或者Python无法找到它.
使用安装它
apt-get install python-protobuf # for Ubuntu yum install python-protobuf # for Fedora/Redhat
要么
easy_install protobuf
或者从源代码安装它,如下所述:
http://code.google.com/p/protobuf/issues/detail?id=235