[pywin32-bugs] [ pywin32-Bugs-2551530 ] hang/crash with Chinese system locales
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2009-02-01 10:45:58
|
Bugs item #2551530, was opened at 2009-01-31 17:00 Message generated for change (Comment added) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=2551530&group_id=78018 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: pythonwin Group: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: markt (metolone) Assigned to: Nobody/Anonymous (nobody) Summary: hang/crash with Chinese system locales Initial Comment: When the default non-Unicode locale is changed to "Chinese(PRC)", PythonWin hangs when any valid command (for example, "x=1") is entered in the interactive window, and crashes when an invalid command is entered ("x" when the variable isn't defined). The details of the crash dialog are: Error signature: AppName: pythonwin.exe AppVer: 2.6.212.0 ModName scintilla.dll ModVer 1.7.5.0 Offset: 00009a92 To change the default non-Unicode locale on Windows XP, go to Control Panel, Regional and Language Options, Advanced tab, and change the item "Select a language to match the language version of the non-Unicode programs you want to use:" to "Chinese (PRC)". Remember your old setting! Click OK, then reboot for it to take effect. You may be prompted to insert your Windows XP installation disk to install the required Asian support files. ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2009-02-01 21:45 Message: Fixed checked in and will be in build 213. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=2551530&group_id=78018 |