I am trying to run some code with Python 3.5 on Windows 10 with the use of cygwin (mingw). To be precise I am using the PyDSTool module, where I call the dopri integrator. T
Details in link helped me resolve this like a charm.
Just commented get_msvcr() in cygwinccompiler.py.
get_msvcr()
(remember to comment the else also)
else