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 jaraco
Recipients jaraco, tarek
Date 2009-06-10.20:30:21
SpamBayes Score 0.00062745396
Marked as misclassified No
Message-id <8B473FAE8A08C34C9F5666FD4B0A87B67E2DDA50E9@hornigold.jaraco.com>
In-reply-to <1244657445.76.0.468429726834.issue6258@psf.upfronthosting.co.za>
Content
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 ).
History
Date User Action Args
2009-06-10 20:30:23jaracosetrecipients: + jaraco, tarek
2009-06-10 20:30:21jaracolinkissue6258 messages
2009-06-10 20:30:21jaracocreate