Message127467
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 |
|
Date |
User |
Action |
Args |
2011-01-29 19:12:30 | nedbat | set | recipients:
+ nedbat |
2011-01-29 19:12:30 | nedbat | set | messageid: <1296328350.27.0.0987051728598.issue11065@psf.upfronthosting.co.za> |
2011-01-29 19:12:29 | nedbat | link | issue11065 messages |
2011-01-29 19:12:29 | nedbat | create | |
|