Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有为特定的 wxPython 事件分配优先级?
启动 GUI 后,我会定期使用计时器调用方法。但是我希望用户一按下按钮就能够摆脱这种方法。如果没有工作线程,这可能吗?
不是我知道的。事件按接收顺序添加到事件队列中。您可能可以使用进程在线程中运行的线程执行此操作,然后将其杀死。不过,您可以尝试在 wxPython 邮件列表中询问其他想法。那里有几个核心开发人员,他们可能会为您提供一些见解。