【发布时间】:2018-05-21 01:06:22
【问题描述】:
我正在尝试获取使用 Python 3.6 和最新版本的 Twisted 和 Kivy 在 Windows 7 上使用 Twisted 和 Kivy 的示例。遵循位于 Kivy 网站上名为 Integrating with Other Frameworks 的示例。
使用 Kivy 网站上提供的代码逐字显示,出现以下错误。
File "C:\Anaconda3\lib\site-packages\kivy\support.py", line 172, in install_twisted_reactor
"_threadselect interface of twisted is not available on Python 3."
NotImplementedError: _threadselect interface of twisted is not available on Python 3.
在移植之前,是否有解决方法或方法可以编辑 Twisted 以与 Python 3 一起使用?
【问题讨论】: