我正在尝试使用py2exe生成可执行文件,但是当我测试该可执行文件时,我得到以下错误消息: File "mount_tool.pyFile "matplotlib\backends\backend_tkagg.pyo", line 8, in <module>Traceback (most recent cal
我一直在尝试使用这个答案中提供的代码: Terminate the Thread by using button in Tkinter 但每次我运行它时,当我单击按钮时,我都会得到以下错误消息: self.stop_threads.clearfrom threading import Thread,Eventfrom tkinter import *
import tkinter