[issue6920] IDLE 3 crashes on Ctrl+Space with "'utf8' codec can't decode bytes in position 0-1"

Yinon Ehrlich report at bugs.python.org
Wed Sep 16 10:30:53 CEST 2009


New submission from Yinon Ehrlich <yinoneh at users.sourceforge.net>:

on Ubuntu 8.04 - 
I downloaded the sources, then:
./configure --prefix=$HOME
make && make install

in ~/bin/idle3 when I press Ctrl+Space (according to the "Edit" menu,
should show completions) idle crashes with the following traceback:
Traceback (most recent call last):
  File "/homes/yinon/bin/idle3", line 5, in <module>
    main()
  File "/homes/yinon/lib/python3.1/idlelib/PyShell.py", line 1420, in main
    root.mainloop()
  File "/homes/yinon/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

----------
components: IDLE
messages: 92667
nosy: Yinon
severity: normal
status: open
title: IDLE 3 crashes on Ctrl+Space with "'utf8' codec can't decode bytes in position 0-1"
type: crash
versions: Python 3.1

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


More information about the Python-bugs-list mailing list