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

Swig No Module Named _example

I cannot reproduce the basic SWIG example on windows. My error is stated in the SWIG docs and I am … Read more Swig No Module Named _example

How Should I Unit Test A Code-generator?

This is a difficult and open-ended question I know, but I thought I'd throw it to the floor and… Read more How Should I Unit Test A Code-generator?

Does Cmake Support Python3?

I am not able to build a Python wrapper module for my C library via CMake and Swig for Python3. Eve… Read more Does Cmake Support Python3?

A Trivial Python Swig Error Question

I am trying to get Python running with swig to do C/C++. I am running the tutorial here, 'buil… Read more A Trivial Python Swig Error Question

How To Pass Python List Address

I want to convert c++ code to python. I have created a python module using SWIG to access c++ class… Read more How To Pass Python List Address

Ld Can't Link With A Main Executable

On OSX 10.6.4 with i686-apple-darwin10-g++-4.2.1 compiling using TextMate and a Makefile which in t… Read more Ld Can't Link With A Main Executable