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 RĂ©ponses
+ 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đŒ