◐ Shell
clean mode source ↗

Message 202429 - Python tracker

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!