You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered:
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"
The text was updated successfully, but these errors were encountered: