I'm trying to call python module in c++ program,
I used '#include <pyhelper.hpp>', but iam getting error:
"fatal error: pyhelper.hpp: No such file or directory"
So please suggest me the solution to resolve this issue.
I'm trying to call python module in c++ program,
I used '#include <pyhelper.hpp>', but iam getting error:
"fatal error: pyhelper.hpp: No such file or directory"
So please suggest me the solution to resolve this issue.