Re: [protobuf] Importing Protos In Python

2010-08-17 Thread Kenton Varda
On Fri, Aug 13, 2010 at 10:39 AM, Patrick doherty.patr...@gmail.com wrote: import foo_pb2 import bar_pb2 Shouldn't these be: import MyProtos.foo_pb2 import MyProtos.bar_pb2 -- You received this message because you are subscribed to the Google Groups Protocol Buffers group. To post to

[protobuf] Importing Protos In Python

2010-08-13 Thread Patrick
I apologize if this is a repost but I could not find any information searching the forums. I am trying to import two simple protos into python 2.6. D:\proto\src\MyProtos\foo.proto package foobar; option java_package = foobar; option java_outer_classname = Foo; message Foo { optional string