<div dir="ltr">Hi, I'm following this guide: <a href="http://docs.scipy.org/doc/numpy-dev/f2py/getting-started.html#the-quick-and-smart-way">http://docs.scipy.org/doc/numpy-dev/f2py/getting-started.html#the-quick-and-smart-way</a><div><span style="color:rgb(51,51,51);font-size:12px;line-height:19px;white-space:pre-wrap;background-color:rgb(245,245,245)"><br></span></div><div>I'm on Windows with gfortran and VS2015. When I run:</div><div><br></div><div>    f2py -c -m fib3 fib3.f</div><div><br></div><div>as output I dont get "fib3.pyd", but "fib3.cp35-win_amd64.pyd".</div><div><br></div><div>Does anyone know how to get correctly named module in this case?</div><div><br></div><div><br></div><div>Thanks</div></div>