*** This bug is a duplicate of bug 517552 ***
    https://bugs.launchpad.net/bugs/517552

Public bug reported:

Binary package hint: idle3

Under IDLE (all versions), Control+Space (show completion menus) induces a 
crash.
Tested on 'idle3' under Ubuntu 10.10 x86_64 -- bug present and reproducible.
Tested on 'idle3' Windows 7 & XP -- bug not present.

When pressing Control+Space, you would expect it to show completions
however, I have observed:

    * Instead of showing completions, IDLE crashes completely
    * It is the result of a problem with the  UTF-8 encoding, see trace back 
below
    * A work-around is to map this function to a non-crash-inducing key 
combination, but Control+Space would be ideal

Traceback:
Traceback (most recent call last):
  File "/usr/bin/idle3", line 5, in <module>
    main()
  File "/usr/lib/python3.1/idlelib/PyShell.py", line 1420, in main
    root.mainloop()
  File "/usr/lib/python3.1/tkinter/__init__.py", line 1012, in mainloop
    self.tk.mainloop(n)
UnicodeDecodeError: 'utf8' codec can't decode byte 0xc0 in position 0: invalid 
start byte

I expect that this would be very easy to fix.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: idle3 3.1.3-3ubuntu5~really3.1.2
ProcVersionSignature: Ubuntu 2.6.35-23.41-generic 2.6.35.7
Uname: Linux 2.6.35-23-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Sun Dec 12 21:57:05 2010
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
PackageArchitecture: all
ProcEnviron:
 LANG=en_GB.utf8
 SHELL=/bin/bash
SourcePackage: python3-defaults

** Affects: python3-defaults (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug idle idle3 maverick python python3

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/689432

Title:
  IDLE crashes on Control+Space (show completion menus)

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to