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: giuam...@gmail.com
_______________________________________________
Python mailing list
Python@lists.python.it
http://lists.python.it/mailman/listinfo/python

Rispondere a