Tkinter 进程以退出代码 -1073741819 (0xC0000005) 与 anaconda python 3.5 完成

Tkinter Process finished with exit code -1073741819 (0xC0000005) with anaconda python 3.5

我在使用 Tkinter 时遇到问题。程序在 python 3.4 下运行良好,但在 python 3.5 下我得到退出代码 -1073741819 (0xC0000005).

我知道我应该 post 一个 link 到一个程序,但考虑到我在这里沉迷于这样做的情况。我已将其缩小为一个简单的文件。 https://github.com/dickreuter/Poker/blob/master/GUI_Tkinter.py

如您所见,我正在使用单独的线程来更新 GUI。但这应该不是问题。这一切都在 python 3.4 下有效,但在 python 3.5 下无效。任何有关 tkinter 在这些版本中更改的建议都将不胜感激。

问题与 anaconda 发行版有关。 pip uninstall matplotlib 和 pip install matplotlib 解决了这个问题。