[issue27053] Python Windows x86-64 embeddable zip file missing module encodings

2016-05-19 Thread Steve Dower
Changes by Steve Dower : -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bugs-li

[issue27053] Python Windows x86-64 embeddable zip file missing module encodings

2016-05-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 12cb81e90479 by Steve Dower in branch '3.5': Issue #27053: Updates make_zip.py to correctly generate library ZIP file. https://hg.python.org/cpython/rev/12cb81e90479 New changeset a6473f7a8c55 by Steve Dower in branch 'default': Issue #27053: Update

[issue27053] Python Windows x86-64 embeddable zip file missing module encodings

2016-05-19 Thread Wolfgang Langner
Wolfgang Langner added the comment: Yes this is the cause. If it is renamed to python36.zip everything works fine. For the test I have only extracted the distributed zip and executed python.exe. Had not looked further into the issue. So only the simple report something did not work. Thanks for

[issue27053] Python Windows x86-64 embeddable zip file missing module encodings

2016-05-19 Thread Steve Dower
Steve Dower added the comment: The "python35.zip" file contains the standard library and it needs to be renamed "python36.zip". Apparently I hardcoded this somewhere instead of inferring it from the current version... I'll fix. -- assignee: -> steve.dower versions: +Python 3.5 _

[issue27053] Python Windows x86-64 embeddable zip file missing module encodings

2016-05-18 Thread Wolfgang Langner
New submission from Wolfgang Langner: Tried to extract Windows x86-64 embeddable zip file and execute it. But following error happened (3.6.0a1): Fatal Python error: Py_Initialize: unable to load the file system codec ImportError: No module named 'encodings' Current thread 0x17c4 (most rece