Can somebody tell me how to handle
this #include issue when embedding python?
Why NOT (according to the python doc) ude
#include <python2.3/Python.h>
?
And which is the library to link if I want to
use pyhton from my application?
Is there a standard way to deal with that issue?
thanks,
marc
this #include issue when embedding python?
Why NOT (according to the python doc) ude
#include <python2.3/Python.h>
?
And which is the library to link if I want to
use pyhton from my application?
Is there a standard way to deal with that issue?
thanks,
marc
Comment