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
Downgrading to python-tk 2.5.2-1 was necessary for me.
Best regards,
O.C.
Créez votre adresse électronique [email protected]
1 Go d'espace de stockage, anti-spam et anti-virus intégrés.
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]