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

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++

Embedding Python: Undefined Reference To `_imp__py_initialize'

I am trying to embed python 3.7.0 in a C++ application and use MinGW to compile. #include 'Depe… Read more Embedding Python: Undefined Reference To `_imp__py_initialize'