标签: python-3.x
运行程序时出现错误“模块'fluidsynth'没有属性'Synth'”。
import fluidsynth fs=fluidsynth.Synth()
根据另一个具有相同问题的问题,我无法解决它。我有env pyfluidsynth 1.2.5和fluidsynth 0.2都是最新版本,所以我猜我是否可以使用pyfluidsynth而不是fluidsynth。顺便说一下,我使用python3.6