Skip to content

Building for Python x64 on windows #14

@AntonKukoba1

Description

@AntonKukoba1

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions