c++pythonembedded-language

Calling python from a c++ program for distribution


I would like to call python script files from my c++ program.

I am not sure that the people I will distribute to will have python installed.


Solution

  • Boost has a python interface library which could help you.

    Boost.Python