Good! When I try to run a file with Cython I get the following error:
G:\>python setup.py build_ext --inplace
running build_ext
building 'VF_n' extensión
error: Unable to find vcvarsall.bat
I'm using Python 3.5.1 on Windows 7, 64 bits
I have already installed the Visual Studio as it appeared in an answer to a similar question and the problem persists.
Thank you very much!