Is it possible to execute a Python script from a C++ thread, so that the Python runs from the C++ thread, rather than forking a new process?
I am aware of Boost Python, but that seems to only allow calling C++ from within Python?
Is it possible to execute a Python script from a C++ thread, so that the Python runs from the C++ thread, rather than forking a new process?
I am aware of Boost Python, but that seems to only allow calling C++ from within Python?