sibernetic
sibernetic copied to clipboard
Header files explicitly links a path to Python.h
In the following header files, the path to Python.h is linked with the include statement #include "C:/Python27/include/Python.h": owNeuronSimulator.h (line 46) owSignalSimulator.h (line 39) this should instead be a dynamic link #include "Python.h"