I was trying to make a button with tkinter but it shows an error /u/TieApprehensive6484 Python Education

Hello, it’s me again, I wrote Button1 = Button(tkk,height=10,width=10,bd=.5,background=”#dba24a”,borderwidth=3,relief =’solid’,textvariable=Block1,command=lambda:press(1,0,0)) for a tic tac toe python program in order to allow users to click the box instead or typing numbers. but when i try to debug it shows this message

can’t invoke “button” command: application has been destroyed

does this mean i need to use another module or????

submitted by /u/TieApprehensive6484
[link] [comments]

​r/learnpython Hello, it’s me again, I wrote Button1 = Button(tkk,height=10,width=10,bd=.5,background=”#dba24a”,borderwidth=3,relief =’solid’,textvariable=Block1,command=lambda:press(1,0,0)) for a tic tac toe python program in order to allow users to click the box instead or typing numbers. but when i try to debug it shows this message can’t invoke “button” command: application has been destroyed does this mean i need to use another module or???? submitted by /u/TieApprehensive6484 [link] [comments] 

Hello, it’s me again, I wrote Button1 = Button(tkk,height=10,width=10,bd=.5,background=”#dba24a”,borderwidth=3,relief =’solid’,textvariable=Block1,command=lambda:press(1,0,0)) for a tic tac toe python program in order to allow users to click the box instead or typing numbers. but when i try to debug it shows this message

can’t invoke “button” command: application has been destroyed

does this mean i need to use another module or????

submitted by /u/TieApprehensive6484
[link] [comments] 

Leave a Reply

Your email address will not be published. Required fields are marked *