[issue24871] freeze.py doesn't work on x86_64 Linux out of the box

2021-05-14 Thread STINNER Victor
STINNER Victor added the comment: I consider that the issue is now fixed. If it's not the case, please reopen the issue (or open a new issue). -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker

[issue24871] freeze.py doesn't work on x86_64 Linux out of the box

2020-03-11 Thread STINNER Victor
STINNER Victor added the comment: bpo-1294959 has been fixed by commit 8510f430781118d9b603c3a2f06945d6ebc5fe42: Python 3.9 now has sys.platlibdir which will be equal to "lib64" on Fedora and SuSE on 64-bit systems. -- ___ Python tracker

[issue24871] freeze.py doesn't work on x86_64 Linux out of the box

2019-05-14 Thread STINNER Victor
Change by STINNER Victor : -- nosy: +vstinner ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.py

[issue24871] freeze.py doesn't work on x86_64 Linux out of the box

2015-08-14 Thread Mikhail Terekhov
New submission from Mikhail Terekhov: On 64-bit Linux freeze.py uses lib instead of lib64 when constructing path to Makefile etc. Using sysconfig fixes this issue. Without encodings.ascii resulting program fails with the following error: Fatal Python error: Py_Initialize: Unable to get the loc