The Photoimage class discusses about inserting a jpg image. In that, there is one line that shows as label.image = image # keep a reference!
This does not work. This line should be changed to label.image = photo # keep a reference!
Kindly check this and change the article if needed. For me, if I place photo in that line, it displayed the image properly.
Thanks for your work.
The Photoimage class discusses about inserting a jpg image. In that, there is one line that shows as
label.image = image # keep a reference!
This does not work. This line should be changed to
label.image = photo # keep a reference!
Kindly check this and change the article if needed. For me, if I place photo in that line, it displayed the image properly.
Thanks for your work.