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 eric.araujo, tarek
Date 2011-01-19.15:28:02
SpamBayes Score 5.550113e-05
Marked as misclassified No
Message-id <1295450896.02.0.86964827296.issue10945@psf.upfronthosting.co.za>
In-reply-to
Content
If distutils.commands.bdist_wininst.bdist_wininst.get_inidata returns a unicode string (which is always the case in 3.x and can happen in 2.x if if you pass a unicode object as one setup argument), bdist_wininst will try to use the MBCS codec, which is not available on non-Windows OSes (see http://docs.python.org/dev/library/codecs#module-encodings.mbcs).

If someone wants to make a patch, here are some guidelines: http://wiki.python.org/moin/Distutils/FixingBugs
History
Date User Action Args
2011-01-19 15:28:16eric.araujosetrecipients: + eric.araujo, tarek
2011-01-19 15:28:16eric.araujosetmessageid: <1295450896.02.0.86964827296.issue10945@psf.upfronthosting.co.za>
2011-01-19 15:28:02eric.araujolinkissue10945 messages
2011-01-19 15:28:02eric.araujocreate