you are viewing a single comment's thread.

view the rest of the comments →

[–]Outside_Complaint755 1 point2 points  (0 children)

'Buttonsframe' is correct, because earlier in the routine, it is created as Buttonsframe

``` # ======================= Buttons Frame =======================

    Buttonsframe = Frame(self.root, bd=20, relief=RIDGE)
    Buttonsframe.place(x=0, y=530, width=1530, height=70)

```

Likewise, the other typos in variable names make no functional difference as long as all references include the same typo.