After some problems trying to embed Python in my program using #include <Python.h> , I finally got it to find all the correct libraries, but I have one more error. When I try to compile using #include <Python.h> , it redirects me to cmath in my code :: blocks directory and places the error marker on the line using ::hypot; and says: error: '::hypot' has not been declared . I have no idea why this is a mistake, especially because it happened with my installation of :: blocks code, and I assumed that Python tried to enable it. I am on Windows and using the latest version of Python (3.4.2)
Orfby source share