Re: how to use protobuf with Google App Engine?

2009-07-03 Thread Yegor
Hi, Dan, I believe by "compatible" they mean compatible with the runtime. You see, C extensions are prohibited in GAE. The patch changed input_stream.py to fall-back to using arrays if buffers, which are implemented in C, are not available. That said, it does not fix the issue of restricted acces

Re: how to use protobuf with Google App Engine?

2009-07-02 Thread Dan
OK, I'll ask over there. thanks On Jul 2, 6:55 pm, Kenton Varda wrote: > You'd have to ask the AppEngine people.  Someone from that team submitted > the input_stream.py change. > The problem is that both protocol buffers and AppEngine place themselves in > the "google" package.  Protocol Buffers

Re: how to use protobuf with Google App Engine?

2009-07-02 Thread Kenton Varda
You'd have to ask the AppEngine people. Someone from that team submitted the input_stream.py change. The problem is that both protocol buffers and AppEngine place themselves in the "google" package. Protocol Buffers has, from day one, declared the package as a "namespace package" using setuptools