[New-bugs-announce] [issue6144] [IDLE] UnicodeDecodeError when invoking force-open-completions

jamesie report at bugs.python.org
Fri May 29 23:11:12 CEST 2009


New submission from jamesie <post06 at jamesie.de>:

IDLE 3.1b1 crashes when I press Control-SPACE in order to invoke Show
Completions from the Edit submenu. When I run that funtionality from the
menu it works ok.

Traceback (most recent call last):
  File "/usr/local/bin/idle3", line 5, in <module>
    main()
  File "/usr/local/lib/python3.1/idlelib/PyShell.py", line 1420, in main
    root.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

I rund a hand-compiled Python 3.1b1 on Debian/GNU Linux Lenny.

----------
components: IDLE
messages: 88540
nosy: gpolo, jamesie
severity: normal
status: open
title: [IDLE] UnicodeDecodeError when invoking force-open-completions
type: crash
versions: Python 3.1

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


More information about the New-bugs-announce mailing list