Skip to content Skip to sidebar Skip to footer
Showing posts with the label Swig

Python Swig : Importerror Wrong Elf Class: Elfclass64

I am trying to interface from python to c++ code via swig. I get the following error , while trying… Read more Python Swig : Importerror Wrong Elf Class: Elfclass64

Extending Swig Builtin Classes

The -builtin option of SWIG has the advantage of being faster, and of being exempt of a bug with mu… Read more Extending Swig Builtin Classes

Swig And Boost::variant

I'm in the middle of trying to wrap a c++ project into a python api using SWIG and I'm runn… Read more Swig And Boost::variant

Return List Of New Custom-class Objects In Python C Api

I need to create a new list via the python C API containing new copies of objects of a Quaternion c… Read more Return List Of New Custom-class Objects In Python C Api

Swig Bindings For Python/lua Do Not Initialize Member Data Properly

I'm trying to build a set of Lua bindings for a collection of C++ classes, but have been toying… Read more Swig Bindings For Python/lua Do Not Initialize Member Data Properly

SWIG Wrapped Vector Of Vectors (C++ To Python) - How To Recognise The Inner Vector As A Proxy Object?

I'm facing a similar issue to Wrap std::vector of std::vectors, C++ SWIG Python - but it's … Read more SWIG Wrapped Vector Of Vectors (C++ To Python) - How To Recognise The Inner Vector As A Proxy Object?