NameError: name ‘Tk’ is not defined - 未正確導入tkinter模塊
TclError: unknown option “-xxx” - 在創建組件時使用了不存在的選項
ValueError: Invalid literal for int() with base 10 - 嘗試將無法轉換為整數的值傳遞給組件
AttributeError: ‘NoneType’ object has no attribute ‘config’ - 嘗試對未創建的組件進行配置
SyntaxError: invalid syntax - 拼寫錯誤或語法錯誤
TypeError: ‘str’ object is not callable - 嘗試將字符串作為函數調用
UnboundLocalError: local variable ‘variable’ referenced before assignment - 嘗試在變量賦值之前引用變量
KeyError: ‘key’ - 嘗試訪問字典中不存在的鍵
IndentationError: unexpected indent - 縮進錯誤
IndexError: list index out of range - 嘗試訪問超出列表范圍的索引