This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author wplappert
Recipients ezio.melotti, wplappert
Date 2009-07-18.08:39:40
SpamBayes Score 3.9333724e-08
Marked as misclassified No
Message-id <1247906382.01.0.867757266155.issue6512@psf.upfronthosting.co.za>
In-reply-to
Content
As I said, it does work on Windows, but NOT on Linux!

Her is the full traceback:
wplapper@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
History
Date User Action Args
2009-07-18 08:39:42wplappertsetrecipients: + wplappert, ezio.melotti
2009-07-18 08:39:42wplappertsetmessageid: <1247906382.01.0.867757266155.issue6512@psf.upfronthosting.co.za>
2009-07-18 08:39:40wplappertlinkissue6512 messages
2009-07-18 08:39:40wplappertcreate