>
> When I use the protobuf(3.1.0) on my mac to read the .proto file, I alwats 
> got the error: 

 
 google.protobuf.message.DecodeError: Error parsing message


Here is my code:

f = 
open('/Users/junhao.wen/Hao/tutorial/Protocol_buffers_tutorial/tutorial/Protocol_buffers_basic_python/address_book/test.proto',
 'rb')
address_book.ParseFromString(f.read())


Can you give me a help??
what does that mean?????


-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.

Reply via email to