I\'m attempting to build a Python extension from Fortran source using Numpy\'s f2py.py script. I\'m following the steps from http://www.scipy.org/F2PY_Windows (web
f2py.py
It seems that the solution is to just comment out the exception line. See this blog post.