1 2 3 4 5 6 7
#include "WrapPython.h" #if PY_MAJOR_VERSION == 2 #include "Python2/IndirectPythonInterface.hxx" #else #include "Python3/IndirectPythonInterface.hxx" #endif