I remember seeing somewhere that you could call python methods from inside C using
#include "python.h"
But I can't seem to find the source for this or any examples.
How can I call python methods from inside a C program?
I remember seeing somewhere that you could call python methods from inside C using
#include "python.h"
But I can't seem to find the source for this or any examples.
How can I call python methods from inside a C program?