I can not import Fluidsynth. [Maybe there is a better module?]
I am trying to synthesize midi from python or pygame. I can send midi events from pygame. I use mingus and it seemed that pyfluidsynth would be good / easy.
I think that means pyfluidsynth is installed, but there was no separate fluidsynth. I do not know if the fluidsynth installer is required for operation?
test.py:
import fluidsynth print ":("
Error:
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.
using: python 2.7-win32
source share