Protobuff + Ironpython?

Hi all,

i need to use google google protobuf in Rhino \ Ironpython . I did some research und have a basic understanding of how to use it. But I am not sure if it is possible to use it from rhino ironpython. I could compile the .proto files in Cpython - but there are also c++ files generated then. Or do I have to compile it from C# ? Or is it only possible by creating a Rhino plugin with C++? Does someone has some experience with this or even only a short hint were to start.
Any help would be really appreciated.

Thanks in advance!
Powerpp

I would assume the C# version is what you want to work with when in IronPython

Hello,

This appears to be a pure Python implementation so shouldn’t have any c dependencies :

You would have to use the legacy Python 2.7 version