[protobuf] Re: Compilation error for ppc/440 target

2011-02-11 Thread dear chap
? Thanks. On Fri, Feb 4, 2011 at 11:06 PM, dear chap dear.c...@gmail.com wrote: Unfortunately we have to use the particular compiler in question and cannot upgrade. Is the DescriptorBuilder::OptionInterpreter::AggregateOptionFinder new code ? I dont see this problem with protobuf-2.3.0

[protobuf] Re: Compilation error for ppc/440 target

2011-02-04 Thread dear chap
Unfortunately we have to use the particular compiler in question and cannot upgrade. Is the DescriptorBuilder::OptionInterpreter::AggregateOptionFinder new code ? I dont see this problem with protobuf-2.3.0. -- You received this message because you are subscribed to the Google Groups Protocol

[protobuf] Re: protobuf-2.3.0 : Problem generating python files with protoc

2010-04-09 Thread dear chap
in python/README.txt. On Thu, Apr 8, 2010 at 1:22 PM, dear chap dear.c...@gmail.com wrote:  File /home/bingo/protobuf-2.3.0/examples/addressbook_pb2.py, line 10, in module    DESCRIPTOR = descriptor.FileDescriptor( AttributeError: 'module' object has no attribute 'FileDescriptor' On Apr 7

[protobuf] Re: protobuf-2.3.0 : Problem generating python files with protoc

2010-04-08 Thread dear chap
the generated class? With python 2.5.2 I was able to execute the sample add_person.py program. On Wed, Apr 7, 2010 at 11:27 AM, dear chap dear.c...@gmail.com wrote: I have this weird problem when generating python files from .proto files using protoc. I am running protoc on addressbook.proto

[protobuf] protobuf-2.3.0 : Problem generating python files with protoc

2010-04-07 Thread dear chap
I have this weird problem when generating python files from .proto files using protoc. I am running protoc on addressbook.proto and in the addressbook_pb2.py I have this string DESCRIPTOR = descriptor.FileDescriptor( name='addressbook.proto', package='tutorial',

[protobuf] Wireshark dissector plugin generator : protobuf-wireshark release 0.4

2010-03-31 Thread dear chap
optional. They will be only be used if present 7. For specific dissector wireshark/configure.in and wireshark/plugins/ Makefile.am need not be modified to contain plugin name etc. The generating script automatically takes care of adding the correct entries to each file if not already present. dear