STINNER Victor <victor.stin...@haypocalc.com> added the comment:

The problem is that the print is failing because Python uses ASCII encoding for 
stdout. Attached patch encodes sys.path to ASCII using backslashreplace to 
avoid the encoding issue.

----------
keywords: +patch
nosy: +haypo
Added file: http://bugs.python.org/file16949/test_cmd_line.patch

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

Reply via email to