Calling C++ Modules in Python

Sophie Sperner sophie.sperner at gmail.com
Fri Mar 11 16:32:05 EST 2011


Hi Patrick,


I'm using SWIG in my project. C++ code is wrapped and can be used in
python as custom module.
You should create a swig module.i file to describe headers upon which
that module will be built.

You should be certain about what you are going to use - boost library,
swig or something else, try it and if any problems post here :)


Yours,
Sophie




More information about the Python-list mailing list