python - Using protocol buffer in Windows -


i trying use google protocol buffer in windows python binding, meet problem during install step.

follow instruction, have compile pb myself using vs, have no vs installed on machine, found window binary @ download page.

also download full source code package, put protoc-2.5.0-win32.zip\protoc.exe c:\windows\system32.

then go protobuf-2.5.0.zip\python , run python setup.py install install python binding.

however error this: enter image description here

and when check directory, file google\protobuf\compiler not exist.

what's problem?

is possible use without compiling?

i suffering same problem. solution explicitly build step before.

python setup.py build python setup.py install 

that worked me.


Comments

Popular posts from this blog

How to access named pipes using JavaScript in Firefox add-on? -

multithreading - OPAL (Open Phone Abstraction Library) Transport not terminated when reattaching thread? -

node.js - req param returns an empty array -