This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author cgohlke
Recipients Timothy Widrick, cgohlke, dstufft, eric.araujo
Date 2016-12-13.08:13:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481616822.18.0.258635467458.issue28680@psf.upfronthosting.co.za>
In-reply-to
Content
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`.
History
Date User Action Args
2016-12-13 08:13:42cgohlkesetrecipients: + cgohlke, eric.araujo, dstufft, Timothy Widrick
2016-12-13 08:13:42cgohlkesetmessageid: <1481616822.18.0.258635467458.issue28680@psf.upfronthosting.co.za>
2016-12-13 08:13:42cgohlkelinkissue28680 messages
2016-12-13 08:13:42cgohlkecreate