Skip to content Skip to sidebar Skip to footer
Showing posts with the label Boost Python

Dependencies Between Compiled Modules In Python

Let's say I have two modules in a python project that are written in C++ and exposed with boost… Read more Dependencies Between Compiled Modules In Python

Boost Python, Using A Namespace Other Than Main Global

I am embedding python in my C++ application using boost python. I am a C++ programmer, with very li… Read more Boost Python, Using A Namespace Other Than Main Global

How To Compile Static Library With -fpic From Boost.python

By default, libboostpython.a is compiled without -fPIC. But I have to make a python extension and i… Read more How To Compile Static Library With -fpic From Boost.python

Error Compiling Boost.python Quickstart

I've been trying to compile the Boost.Python 'quickstart' ($BOOST_PATH\libs\python\exam… Read more Error Compiling Boost.python Quickstart

Boost.Python Custom Converter

I have a class taking a vector as parameter (a binary file content). I would like to convert python… Read more Boost.Python Custom Converter

Boost Python - Nullptr While Extracting Ndarray

I have a C++ code which execute python script with boost_python package. Everything is fine, as lon… Read more Boost Python - Nullptr While Extracting Ndarray