Image wont show in tkinter label in the 2nd frame

后端 未结 0 1277
礼貌的吻别
礼貌的吻别 2020-12-17 23:04
logo=ImageTk.PhotoImage(Image.open (path1))    
        w1 = tk.Label(self, image=logo).grid() 
        w2 = tk.Label(self, 
              justify=tk.LEFT,
                  


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题