[issue34251] MSI build fails

Berker Peksag report at bugs.python.org
Fri Jul 27 16:08:37 EDT 2018


Berker Peksag <berker.peksag at gmail.com> added the comment:

msilib.Win64 has been removed in https://github.com/python/cpython/commit/49ce74efe845a8a91939ff3990a5f233262d3e1f#diff-c762e09a046c2ff3cd91f0643cc58049L12

I guess the ``if msilib.Win64:`` clause can be replaced with ``if msilib.AMD64:``.

----------
keywords: +3.7regression
nosy: +berker.peksag, zach.ware
stage:  -> needs patch
type: crash -> behavior

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34251>
_______________________________________


More information about the Python-bugs-list mailing list