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 ronaldoussoren
Recipients Ricky.Teng, ronaldoussoren
Date 2013-07-06.10:22:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373106127.51.0.552640081768.issue12990@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-07-06 10:22:07ronaldoussorensetrecipients: + ronaldoussoren, Ricky.Teng
2013-07-06 10:22:07ronaldoussorensetmessageid: <1373106127.51.0.552640081768.issue12990@psf.upfronthosting.co.za>
2013-07-06 10:22:07ronaldoussorenlinkissue12990 messages
2013-07-06 10:22:07ronaldoussorencreate