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 hyeshik.chang
Recipients hyeshik.chang
Date 2009-04-02.09:25:37
SpamBayes Score 1.6490315e-10
Marked as misclassified No
Message-id <1238664339.95.0.0471411238024.issue5667@psf.upfronthosting.co.za>
In-reply-to
Content
When a developer uses one of CJK encodings, interpreter crashes while
its initialization on build dir (not on installed base).

% LC_ALL=ko_KR.eucKR ./python
Fatal Python error: Py_Initialize: can't initialize sys standard streams
LookupError: unknown encoding: euc_kr
zsh: abort (core dumped)  LC_ALL=ko_KR.eucKR ./python

The problem is that codec lookup function fails to import a relevant
codec module because path to dynamic modules is added by site.py, which
is a later step than standard I/O object initializations.
History
Date User Action Args
2009-04-02 09:25:40hyeshik.changsetrecipients: + hyeshik.chang
2009-04-02 09:25:39hyeshik.changsetmessageid: <1238664339.95.0.0471411238024.issue5667@psf.upfronthosting.co.za>
2009-04-02 09:25:38hyeshik.changlinkissue5667 messages
2009-04-02 09:25:38hyeshik.changcreate