I'm curious - are you more of a Python or C++ programmer? C++ compiler errors can be famously cryptic so I'm wondering if these types of binding-generators are mostly suitable for C++ programmers that want to expose their libs to Python and don't mind decoding template errors in their own code.
I've done both C++ and Python and never attempted to generate bindings, in the near future I may be faced with this though.
I've done both C++ and Python and never attempted to generate bindings, in the near future I may be faced with this though.