Copy protoc.exe into the folder where setup.py is placed.!

On Jun 6, 4:03 am, Ryan Yu <ryan.cao....@gmail.com> wrote:
> I am a beginning programmer trying to install the Python Protocol
> Buffers from this 
> package:http://code.google.com/p/protobuf/downloads/detail?name=protobuf-2.4....
>
> I'm staring at the readme, and I have added both python and version
> 2.4.1 of protoc.exe into my PATH. However, when I try to run the test,
> I get an error message that says there's invalid syntax on line 38:
>
>     print "Can't find required file " + source
>
> Okay, so it's missing parenthesis. I add them, and it encounters two
> more print statement syntax error messages. I fix those, and it
> encounters a syntax error message on an 'except' statement. What am I
> doing wrong?
>
> Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To post to this group, send email to protobuf@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.

Reply via email to