[protobuf] Protobuf V3 Alpha 2 Python: having trouble on using message_factory

2015-03-16 Thread Ahmed ElNahas
Hello All, I am having trouble on using message_factory module. I am trying to use the GetMessages function . I tried to created a FileDescriptorProto and supply it but GetMessage raises an Attribute exception. I am not sure what I am missing. below is the code that I supplied. I used the

[protobuf] Protobuf Buffers v3.0.0-alpha-2 python : using message_factory module python

2015-03-16 Thread Ahmed ElNahas
HI All, I am running protobu 3.0 alpha 2 on python. I have been trying to use the message_factory module as a way to dynamically build protobuf messages. One of the functions that I am interested in is the GetMessages that will retrieve a dictionary of messages in some proto file. I tried to