I used Python3.4,first time,it don't work.
It always show error message "'cp950' codec can't encode character '\u957f' in
position 2: illegal multibyte sequence".
So,I tested and seek, find the KEY is "Simplified Chinese"!
such like, "process.py" in line 160 "print("消息长度:%d" % totalLen)",
you should change to "print("Message length:%d" % totalLen)",
and it works!.
So, I put all the Simplified Chinese to English.
enjoy it!
Original issue reported on code.google.com by wood0...@gmail.com on 28 Apr 2015 at 2:01
Original issue reported on code.google.com by
wood0...@gmail.com
on 28 Apr 2015 at 2:01