I can confirm that the segfault happens on amd64 with python-tk 2.5.2-1.1.
Jacob Hallén
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
For What It's Worth, I confirm the bug with python-tk 2.5.2-1.1.
For example, the following lines caused a segmentation fault (i386) :
import Tkinter, Image, ImageTk
root = Tkinter.Tk()
PIL_Image = Image.open("test.jpg")
Tk_Image = ImageTk.PhotoImage(PIL_Image) # <-- segmentation fault
Downgrad
Package: python-tk
Version: 2.5.2-1.1
Severity: grave
Justification: renders package unusable
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'stable'), (200, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-2-686 (SMP w/1
3 matches
Mail list logo