I am trying to achieve call Python functions from C++. I thought it could be achieved through function pointers, but it does not seem to be possible. I have been using
Not a clue. But you can use PyObject_Call() to call it once you have the function object.