のみを含むモジュールがあります(これは単なる例です。問題ははるかに大きなモジュールにあります):
# -*- coding: utf-8 -*-
"януари"
実行中に私は得る:
File "C:\Program Files\JetBrains\PyCharm 107.130\helpers\pydev\pydevd.py", line 1184, in <module>
debugger.run(setup['file'], None, None)
File "C:\Program Files\JetBrains\PyCharm 107.130\helpers\pydev\pydevd.py", line 947, in run
line = stream.readline() #Should not raise an exception even if there are no more contents
File "C:\Python32\lib\encodings\cp1250.py", line 23, in decode
return codecs.charmap_decode(input,self.errors,decoding_table)[0]
UnicodeDecodeError: 'charmap' codec can't decode byte 0x83 in position 31: character maps to <undefined>
ポーランド語の Windows XP と python 3.2 を使用しています。このモジュールを適切に実行するために変更する必要があるもの