The screen can be displayed and operated, but the following exception occurs when the update button is pressed.
"AttributeError: 'calendar' object has no attribute 'day_abbr'"
calendar
The bottom line is that there was an application named calendar
.
It seems that this caused batting with the existing calendar and failed.
I know if it fails with the class name, but I didn't expect it to fail with the application name, so it took some time to find out the cause ...