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 Answers
+ 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š¼