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.1.zip
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 [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/protobuf?hl=en.