sibernetic icon indicating copy to clipboard operation
sibernetic copied to clipboard

Header files explicitly links a path to Python.h

Open clausagerskov opened this issue 4 years ago • 0 comments

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"

clausagerskov avatar Sep 30 '20 14:09 clausagerskov