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 eric.araujo
Recipients amaury.forgeotdarc, eric.araujo, loewis, runtux, tarek, techtonik, vstinner
Date 2012-03-13.11:50:52
SpamBayes Score 1.3364977e-05
Marked as misclassified No
Message-id <1331639453.67.0.915013604703.issue10945@psf.upfronthosting.co.za>
In-reply-to
Content
The proposition of using other C functions and changing the bdist_wininst code looks risky to me, especially as I don’t know how compatibility would be affected (see my previous message).  We are free to improve the wininst code in distutils2, or discuss a replacement (Jeremy Kloth was working on something with all the features of MSI and wininst), but for distutils I would very much prefer the simplest fix that could possibly works.

bdist_msi decodes data read from setup.py with MBCS on Windows; on other OSes, couldn’t the locale preferred encoding be used?
History
Date User Action Args
2012-03-13 11:50:53eric.araujosetrecipients: + eric.araujo, loewis, amaury.forgeotdarc, vstinner, techtonik, tarek, runtux
2012-03-13 11:50:53eric.araujosetmessageid: <1331639453.67.0.915013604703.issue10945@psf.upfronthosting.co.za>
2012-03-13 11:50:53eric.araujolinkissue10945 messages
2012-03-13 11:50:52eric.araujocreate