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

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

Pyobject_callmethod With Keyword Arguments

I'm trying to embed a Python (2.7) library in my C application and I'm using the Python/C A… Read more Pyobject_callmethod With Keyword Arguments

Passing Array/tuple From Python Back To C++

I am trying to pass a list to python from cpp and taking it back. Initially I tried to pass a singl… Read more Passing Array/tuple From Python Back To C++