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 <rep...@bugs.python.org>
<http://bugs.python.org/issue28680>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to