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 termim
Recipients termim
Date 2015-08-15.03:13:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1439608426.85.0.852954620494.issue24871@psf.upfronthosting.co.za>
In-reply-to
Content
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 locale encoding
LookupError: unknown encoding: ANSI_X3.4-1968
Aborted

Attached patch fixes both issues.
History
Date User Action Args
2015-08-15 03:13:46termimsetrecipients: + termim
2015-08-15 03:13:46termimsetmessageid: <1439608426.85.0.852954620494.issue24871@psf.upfronthosting.co.za>
2015-08-15 03:13:46termimlinkissue24871 messages
2015-08-15 03:13:46termimcreate