Da quello che c'รจ scritto qui (http://effbot.org/tkinterbook/photoimage.htm),
proverei ad aggiungere .pack() al label in modo di forzarne l'aggornamento.

label=tkinter.Label(self, image= ImageTk.PhotoImage(img)).grid(row=2,
column=n)
label.pack()

*____________________________*
*Giuseppe Amato*
e-mail: [email protected]
_______________________________________________
Python mailing list
[email protected]
http://lists.python.it/mailman/listinfo/python

Rispondere a