[issue28680] bdist_wininst generated 64-bit executable looks for 3.5-32

Christoph Gohlke report at bugs.python.org
Tue Dec 13 03:13:42 EST 2016


Christoph Gohlke added the comment:

Pillow-3.4.2.win-amd64-py3.5.exe fails to install due to this. See <https://github.com/python-pillow/Pillow/issues/2285>.

`MS_WIN64` is never defined at <https://hg.python.org/cpython/file/v3.5.2/PC/bdist_wininst/install.c#l157> because bdist_wininst does not depend on the Python headers. A possible fix is to use `_WIN64` instead of `MS_WIN64`.

----------
nosy: +cgohlke
versions: +Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28680>
_______________________________________


More information about the Python-bugs-list mailing list