#include int main(int argc, char** argv) { Py_Initialize(); boost::python::exec("print \'Hello, World!\'\n"); Py_Finalize(); return 0; }