New submission from Thomas Courbon <hart...@yahoo.fr>:

Configuration : fedora 11, python3.1 manually compiled and installed
along python 2.6 (provided by the distribution).

Reproducibility : seems to be happening any time

Description : When you try to use the auto-completion (ctrl + space) on
anything (tested with module and custom class), the idle crash with the
message :
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

----------
components: IDLE
messages: 90159
nosy: tcourbon
severity: normal
status: open
title: Idle3 crashing when using completion
type: crash
versions: Python 3.1

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue6424>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to