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.
Created on 2011年01月29日 19:12 by nedbat, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg127467 - (view) | Author: Ned Batchelder (nedbat) * (Python triager) | Date: 2011年01月29日 19:12 | |
Run this shell script against 3.2, and it will fail. Against 3.1, it succeeds. I've been running tests on Ubuntu 10.10. mkdir -p sub cat >sub/modzip.py <<END_PY j = 1 END_PY zip zipmod.zip sub/modzip.py PYTHONPATH=zipmod.zip python3 -c "import sys; print(sys.version)" The failure I get is: Fatal Python error: Py_Initialize: Unable to get the locale encoding LookupError: no codec search functions registered: can't find encoding |
|||
| msg127475 - (view) | Author: Ned Batchelder (nedbat) * (Python triager) | Date: 2011年01月29日 19:36 | |
With help from ned_deily in #python-dev, we confirmed this is a dup of http://bugs.python.org/issue10955, and is already fixed. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:12 | admin | set | github: 55274 |
| 2011年01月29日 19:38:23 | ned.deily | set | status: open -> closed superseder: Possible regression with stdlib in zipfile |
| 2011年01月29日 19:36:21 | nedbat | set | resolution: duplicate messages: + msg127475 |
| 2011年01月29日 19:12:29 | nedbat | create | |