Re: [protobuf] different results parsing from string in Java and Python

2010-03-01 Thread simon
Thanks, that fixed the problem. On Sun, Feb 28, 2010 at 11:44:53PM -0800, Kenton Varda wrote: 2.0.3 is pretty old, and I think it had an endianness issue in Python. Use 2.3.0 instead. On Sun, Feb 28, 2010 at 5:33 PM, metapieman s.d.c.w...@googlemail.comwrote: Hi, I'm having a

[protobuf] different results parsing from string in Java and Python

2010-02-28 Thread metapieman
Hi, I'm having a problem reading messages produced in Java using Python. I'm using version 2.0.3 on a PowerPC Mac (OS X 10.4.11). I wrote a Java program that saves a series of messages to a file. Also using Java, I've succeeded in reading the messages back in from the file with the parseFrom()