I am having difficulty updating a python Tkinter frame. I draw the frame with some labels and text fields, when a person presses a button, I want to do some calculations and up
You should try destroying the label itself and making it again in the code with the updated text and use self.root.update()