Re: [protobuf] Putting compiled protobufs into a python package

2016-03-03 Thread 'Adrian Wan' via Protocol Buffers
I believe I ran into this issue as well - https://github.com/google/protobuf/issues/881? On Monday, March 29, 2010 at 11:59:01 AM UTC-7, Kenton Varda wrote: > > Yeah, there's really no way to accomplish this without editing the .proto > files you are importing. This is an issue in regular old

Re: [protobuf] Putting compiled protobufs into a python package

2016-03-03 Thread 'John Admanski' via Protocol Buffers
This has been far enough in the past that I can't actually remember what I was doing that ran into this issue... On Thu, Mar 3, 2016 at 11:36 AM, Adrian Wan wrote: > I believe I ran into this issue as well - > https://github.com/google/protobuf/issues/881? > > On Monday,

Re: [protobuf] Putting compiled protobufs into a python package

2010-03-29 Thread Kenton Varda
Yeah, there's really no way to accomplish this without editing the .proto files you are importing. This is an issue in regular old Python as well (or many other languages): you can't really fix someone else's poor package layout without editing their code. I guess it's a bigger problem in