Dear Gurus,
I want to embed python into C++ and I have followed the documentation as
given here:
http://docs.python.org/api/
I have stated an include to "Python.h" and now I want to initialize the
Python framework. My compiler though says that the call to the function
Py_Initialize() is an undefin
> I want to embed python into C++ and I have followed the documentation as
> given here:
> http://docs.python.org/api/
> I have stated an include to "Python.h" and now I want to initialize the
> Python framework. My compiler though says that the call to the function
> Py_Initialize() is an undefine