[issue6512] UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-1: illegal encoding

Winfried Plappert report at bugs.python.org
Sat Jul 18 10:39:42 CEST 2009


Winfried Plappert <Winfried.Plappert at gmx.de> added the comment:

As I said, it does work on Windows, but NOT on Linux!

Her is the full traceback:
wplapper at lin-wpl:~/sudoku/version3.0/tk_test/python3$ python3 tkpy_70.py
key_control_num 1  (# I pressed Control-1)
Traceback (most recent call last):
  File "tkpy_70.py", line 27, in <module>
    app.mainloop()
  File "/usr/local/lib/python3.1/tkinter/__init__.py", line 1009, in
mainloop
    self.tk.mainloop(n)
UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-1:
illegal encoding

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6512>
_______________________________________


More information about the Python-bugs-list mailing list