fluidsynth をインポートできません。【もっといいモジュールはないかな?】
Python または pygame から midi を合成しようとしています。pygame から MIDI イベントを送信できます。私はmingusを使用していますが、pyfluidsynthが良い/最も簡単だと思われました。
これはpyfluidsynthがインストールされていることを意味すると思いますが、別のfluidsynthはインストールされていません。「fluidsynth」インストーラーが必要かどうかわかりません。
test.py:
import fluidsynth
print ":("
エラー:
Traceback (most recent call last):
File "test.py", line 1, in <module>
import fluidsynth
File "C:\Users\jake\AppData\Roaming\Python\Python27\site-packages\fluidsynth.py", line 34, in <module>
raise ImportError, "Couldn't find the FluidSynth library."
ImportError: Couldn't find the FluidSynth library.
使用: python 2.7-win32