Re: [protobuf] Python 3

2014-03-17 Thread Kirill Bogdanov
Hi, I ported Charles Law's work to a recent version of protobut so that tests would pass both with Python 3.3 and Cygwin's python 2.7 (both on Win 7 x86_64). Posted patch against svn checkout 519 but the message got immediately deleted. -- You received this message because you are

Re: [protobuf] Re: New to Protocol Buffers-Question about versions

2014-03-17 Thread Titanium
Hi Feng Xiao, I am a beginner of Protobuf. I just typed protoc --version and it says ksh: protoc: not found [No such file or directory]. Does it mean I have NOT installed Protobuf correctly? I have executed the four steps: ./configure; make; make check; make install. Do I need anything else

[protobuf] Re: Python3 Protobufs

2014-03-17 Thread Kirill Bogdanov
I've ported Charles Law's work to a recent protobuf (version 519). It passes tests on Win7 x86_64 with Python 3.3 and 2.7. Could post a diff against svn checkout if you are interested. -- You received this message because you are subscribed to the Google Groups Protocol Buffers group. To

[protobuf] Re: Python ParseFromString always returns None

2014-03-17 Thread Prasanna Kanagasabai
Thank You Li for the answer !! PK On Thursday, September 26, 2013 5:28:41 PM UTC+5:30, Li Qian wrote: I posted an answer here: http://lqian.net/b/why-does-google-protobufs-api-parsefromstring-always-return-none/ In short, you were using the API in a wrong way. 在

[protobuf] Re: Issue 493 in protobuf: protobuf-java (2.5.0) GeneratedMessage#getUnknownFields() not implemented

2014-03-17 Thread protobuf
Comment #5 on issue 493 by hisanth...@gmail.com: protobuf-java (2.5.0) GeneratedMessage#getUnknownFields() not implemented http://code.google.com/p/protobuf/issues/detail?id=493 protobuf is embedded into many hadoop libraries (pig, hadoop, hive,...), breaking compatibility is definitly