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 haubi
Recipients haubi
Date 2013-11-08.15:34:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383924879.95.0.72869375832.issue19529@psf.upfronthosting.co.za>
In-reply-to
Content
The problem raises during build already when trying to run setup.py, where ./python is unavailable to locate the 'encodings' module and aborts.

It turns out that (some of) the filenames searched for are broken due to wrong conversion from unicode (across wchar_t) to char.

Attached patch is for 3.2 only, should be obvious enough.

Thanks!
History
Date User Action Args
2013-11-08 15:34:39haubisetrecipients: + haubi
2013-11-08 15:34:39haubisetmessageid: <1383924879.95.0.72869375832.issue19529@psf.upfronthosting.co.za>
2013-11-08 15:34:39haubilinkissue19529 messages
2013-11-08 15:34:39haubicreate