<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jul 5, 2016 at 9:18 PM, klo uo <span dir="ltr"><<a href="mailto:klonuo@gmail.com" target="_blank">klonuo@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><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" target="_blank">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></blockquote><div><br></div><div>That is the right output, see <a href="https://www.python.org/dev/peps/pep-3149">https://www.python.org/dev/peps/pep-3149</a>. You can check the expected extension tag with `sysconfig.get_config_var('SOABI')`.<br><br></div><div>There may be a way to turn that off, but why would you?<br><br></div><div>Ralf<br><br></div></div><br></div></div>