Installation process described in README.md will not work for Python x64 on Windows.
First, you'll need to install mingw64, not w32. And it uses packman -S to install packages, not mingw-get
Second, the PATH must contain C:\msys64\mingw64\bin
Third, you'll need to patch: Python27\Lib\distutils\cygwinccompiler.py
https://stackoverflow.com/questions/2842469/python-undefined-reference-to-imp-py-initmodule4#
distutils.cfg step is still valid.
Only then you may try to build it via setup.py
Installation process described in README.md will not work for Python x64 on Windows.
First, you'll need to install mingw64, not w32. And it uses packman -S to install packages, not mingw-get
Second, the PATH must contain C:\msys64\mingw64\bin
Third, you'll need to patch: Python27\Lib\distutils\cygwinccompiler.py
https://stackoverflow.com/questions/2842469/python-undefined-reference-to-imp-py-initmodule4#
distutils.cfg step is still valid.
Only then you may try to build it via setup.py