Traceback (most recent call last): File "main.py", line 36, in command=showCalender) NameError: name 'showCalender' is not defined Is the error. Here is a picture
It's just an annoying typo, you defined the showCalendar but then on line 36 you try to call showCalender
[email protected]
A Random Error
Traceback (most recent call last):

File "main.py", line 36, in
command=showCalender)
NameError: name 'showCalender' is not defined
Is the error.
Here is a picture
It's just an annoying typo, you defined the showCalendar but then on line 36 you try to call showCalender
delete it or what
[email protected]