0
Toplevel
I can’t assign image in toplevel tkinter … Any idea? My code is: Img=image’file’ Lbl=tk.Label(toplevel1 , image=Img)
4 ответов
+ 3
If you are using Tkinter in Sololearn, then please note that Tkinter is not supported here!
Happy learning! 🙂
+ 2
Please give full code!
0
No I’m using VS
0
I’ve found the problem. We have to make the image global in the toplevel
Thanks anyway🌼