python-version.h 143 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 #define python_version 2 #if python_version == 3 #include <python3.2/Python.h> #elif python_version == 2 #include <python2.7/Python.h> #endif