[issue28589] get error when compile .py file during install stage if cross compile

2016-11-02 Thread Xavier de Gaye
Xavier de Gaye added the comment: msg269617 details how this problem can also be reproduced on 3.6 by cross-building for Android before the issue 27917 that added platform triplets for Android had been fixed. Since the changes in issue 23968 have not be retrofited to 3.5, the same problem

[issue28589] get error when compile .py file during install stage if cross compile

2016-11-02 Thread STINNER Victor
Changes by STINNER Victor : -- nosy: +doko, xdegaye ___ Python tracker ___ ___

[issue28589] get error when compile .py file during install stage if cross compile

2016-11-02 Thread DiazSoho
New submission from DiazSoho: when I try to do cross compile Python-2.7.12, it gets error when trying install. because the command is using compile host python to compile .py file with *.so files, but the *.so are built by cross platform toolchain already, then it will say "cannot open shared