Ronald Oussoren added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12990>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to