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
I've not used it before, but the reference manual has a section called Calling Python Functions and Methods which seems to show how to do this.