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

Swig Cannot Convert Typedef Type Correct

I'm using SWIT to convert a vc project to python. I found when a struct has a member which type… Read more Swig Cannot Convert Typedef Type Correct

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?

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

"no Module Named '_'" When Importing A Swig Module With Embedded Python

I'm trying to use SWIG with embedded Python 3.5.2. The following is built as a Windows console … Read more "no Module Named '_'" When Importing A Swig Module With Embedded Python

Swig With Python And C: Arguments

I have this function: void func(int* a, int b); Which I want to make available in python like so: … Read more Swig With Python And C: Arguments

Importing A .pyd (created With SWIG) In Python 2.7.3 On Mac

I have created a .pyd file with SWIG under Windows named (_example.pyd). I am able to send the file… Read more Importing A .pyd (created With SWIG) In Python 2.7.3 On Mac

SWIG Argument Error When Using "using Std::vector" In Python

This is very related to this question Regardless of whether or not this is coding practice, I have … Read more SWIG Argument Error When Using "using Std::vector" In Python