Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building for Python x64 on windows #14

Open
AntonKukoba1 opened this issue Feb 6, 2018 · 1 comment
Open

Building for Python x64 on windows #14

AntonKukoba1 opened this issue Feb 6, 2018 · 1 comment

Comments

@AntonKukoba1
Copy link

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

@matiasleoni
Copy link

Hi! I am lost. I did the following:

  1. I installed mingw64 from https://mingw-w64.org/doku.php/download/mingw-builds
    is that correct?
  2. I don't understand what do I have to do instead of the mingw-get command. packman? where is packman? what do I have to do with it?
  3. PATH ok
  4. patch ok
  5. python setup.py install still not working....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants