[issue6258] distributions built with bdist_msi on 64-bit Windows fail to install correctly

Jason R. Coombs report at bugs.python.org
Wed Jun 10 22:30:23 CEST 2009


Jason R. Coombs <jaraco at jaraco.com> added the comment:

Indeed, I confirmed that using the simple example from the distutils manual (http://docs.python.org/distutils/introduction.html#a-simple-example) on a clean install of Python 2.6.2, bdist_msi exhibits the behavior previously described.

I suspect that the TargetPlatform property needs to be set (based on what I read here: http://msdn.microsoft.com/en-us/library/cd7a85k9(VS.80).aspx ).

----------
title: distributions built with bdist_msi on 64-bit Windows fail to install correctly -> distributions built with bdist_msi on 64-bit Windows fail	to install correctly

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


More information about the Python-bugs-list mailing list