Here's what I see. Make any sense?

C:\Python34>python -m idlelib
Exception in Tkinter callback
Traceback (most recent call last):
  File "C:\Python34\lib\tkinter\__init__.py", line 1475, in __call__
    return self.func(*args)
  File "C:\Python34\lib\idlelib\MultiCall.py", line 166, in handler
    r = l[i](event)
  File "C:\Python34\lib\idlelib\ScriptBinding.py", line 127, in
run_module_event
    return self._run_module_event(event)
  File "C:\Python34\lib\idlelib\ScriptBinding.py", line 138, in
_run_module_event
    filename = self.getfilename()
  File "C:\Python34\lib\idlelib\ScriptBinding.py", line 190, in getfilename
    self.editwin.io.save(None)
  File "C:\Python34\lib\idlelib\IOBinding.py", line 335, in save
    self.save_as(event)
  File "C:\Python34\lib\idlelib\IOBinding.py", line 357, in save_as
    self.updaterecentfileslist(filename)
  File "C:\Python34\lib\idlelib\IOBinding.py", line 521, in
updaterecentfileslist
    self.editwin.update_recent_files_list(filename)
  File "C:\Python34\lib\idlelib\EditorWindow.py", line 915, in
update_recent_files_list
    menu.delete(0, END)  # clear, and rebuild:
  File "C:\Python34\lib\tkinter\__init__.py", line 2739, in delete
    if 'command' in self.entryconfig(i):
  File "C:\Python34\lib\tkinter\__init__.py", line 2749, in entryconfigure
    return self._configure(('entryconfigure', index), cnf, kw)
  File "C:\Python34\lib\tkinter\__init__.py", line 1247, in _configure
    self.tk.call(_flatten((self._w, cmd)))):
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc0 in position 14:
invalid start byte
_______________________________________________
IDLE-dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/idle-dev

Reply via email to