Re: [protobuf] Unable to run Protobuf code using guidelines mentioned in GitHub

2017-02-28 Thread 'Feng Xiao' via Protocol Buffers
I think the error message indicates you haven't built the protoc binary needed to build protobuf Java code. Please build or download a protoc binary and put it inside the protobuf/src subdirectory before building protobuf Java code. On Mon, Feb 27, 2017 at 11:43 PM, Karteek Irukulla <

[protobuf] Re: Howto generate custom RPC code for Python

2017-02-28 Thread Vladimir Magamedov
Here is my plugin for protoc: https://github.com/vmagamedov/asyncgrpc/blob/master/asyncgrpc/plugin/main.py Project's README contains all the details: https://github.com/vmagamedov/asyncgrpc Hope it helps. On Thursday, February 2, 2017 at 5:03:25 PM UTC+2, Tobias Heinzmann wrote: > > Hello, >