_tkinter.TclError: invalid command name “tixComboBox“ 的解决办法

Posted 只是有点小怂

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了_tkinter.TclError: invalid command name “tixComboBox“ 的解决办法相关的知识,希望对你有一定的参考价值。

  • 修改为 ttk.Combobox()
  • 根据Pycharm的自动导入class tkinter.tix.ComboBox,但根据Mannuals描述这个库应该已经废弃了Deprecated since version 3.6: This Tk extension is unmaintained and should not be used in new code. Use tkinter.ttk instead.所以导入ttk自动补全可知应该为ttk.Combobox()

以上是关于_tkinter.TclError: invalid command name “tixComboBox“ 的解决办法的主要内容,如果未能解决你的问题,请参考以下文章

Python系列_tkinter.TclError: no display name and no $DISPLAY environment variable

markdown pyplot _tkinter.TclError:没有显示名称,没有$ DISPLAY环境变量

python3 tkinter报错:_tkinter.TclError: cannot use geometry manager pack inside . which already has sla

_tkinter.TclError: 预期的浮点数却得到了""

_tkinter.TclError: invalid command name “tixComboBox“ 的解决办法

matplotlib报错_tkinter.TclError: no display name and no $DISPLAY environment variable