(WingIDE with python 3.3.0)
i write a very simpe python source file test.py,there are only two lines in the file
print('123')
#因为是灰度图所以shape(im)返回二元组,彩色图则返回三元组
the second line is Chinese annotation, when i run this file,it shows excepton as follow: builtins.UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd2 in position 17: invalid continuation byte
when I delete the second line, it's ok