New submission from Yinon Ehrlich <yino...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue6920> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com