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.
我不确定是否有人对此有任何经验,但我正在尝试使用 kivy 和 pyo(Python 数字信号处理模块)编写程序。 这是我的代码开头的样子:
from pyo import * import time, kivy kivy.require('1.8.0')
但是每次我运行代码(使用sendTo)时,它都会说“没有名为pyo的模块”。 无论如何要使用 kivy 和 Python 库之外的模块吗?(对不起,如果我的问题不清楚)
您需要使用 Kivy for Windows 捆绑包提供的 Python pip install pyo: