Excuse me This is my first time use this bug report. I have uploaded a jpg to show what I do. The result is that a console will show and nothing happen. 於 2011/9/16 下午 07:54, Ronald Oussoren 提到: > New submission from Ronald Oussoren<ronaldoussoren@mac.com>: > > Could you please add some more information on how I can reproduce this issue? > > ---------- > stage: -> test needed > type: -> behavior > > _______________________________________ > Python tracker<report@bugs.python.org> > <http://bugs.python.org/issue12990> > _______________________________________ >
This bug is ancient by now, but not fixed. I've reproduced the issue with a recent release of Python and the problem is an encoding exception in Objective-C: 2013-07-06 12:17:20.511 Python Launcher[43030:f0b] *** Terminating app due to uncaught exception 'NSCharacterConversionException', reason: 'Conversion to encoding 30 failed for string "cd '/Users/ronald/X/..."' That is because the Python Launcher tries to convert the string to ASCII, and that obviously doesn't work when the path contains Chinese characters. Fixing this should be easy enough, I expect to have a patch later today.
I've commit a fix for this problem in the branches for 2.7, 3.3 and the upcoming 3.4 release. This means the problem will be fixed in the next releases from those branches.
History
Date
User
Action
Args
2022-04-11 14:57:21
admin
set
github: 57199
2013-07-06 11:27:18
ronaldoussoren
set
status: open -> closedresolution: fixedmessages: + stage: test needed -> resolved