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 leeon
Recipients leeon
Date 2009-05-22.15:52:22
SpamBayes Score 2.8297364e-12
Marked as misclassified No
Message-id <1243007545.21.0.68248439701.issue6088@psf.upfronthosting.co.za>
In-reply-to
Content
Python3.0.1 is not available when system locale is zh_TW.eucTW

Expected result: python3.0 interpreter should works fine.
Actual result: python3.0 interpreter can not execute any statement or
ran python program.

Steps to reproduce this bug:
1. Login HP-UX with a locale 'zh_TW.eucTW'.
2. Install ActivePython-3.0.1.1-hpux11.00-parisc.tar.gz on a HP-UX 11.11
machine.
3. Start the python3.0 interpreter.
4. Try some python statements like following, there was not any reaction:
    import locale
    locale.getlocale()
    help()
    exit()
5. Try to run a python program like following, but it was not run.
    python3.0 foo.py

Notes:
1. This error does not occur when the system locale is 'zh_TW.big5'.
2. This error was also found on linux build.
History
Date User Action Args
2009-05-22 15:52:25leeonsetrecipients: + leeon
2009-05-22 15:52:25leeonsetmessageid: <1243007545.21.0.68248439701.issue6088@psf.upfronthosting.co.za>
2009-05-22 15:52:23leeonlinkissue6088 messages
2009-05-22 15:52:22leeoncreate