标签: python jack
在OSX 10.7.5上,我成功运行了port install fluidsynth和pip install pyfluidsynth,而fluidynth则从终端运行。
port install fluidsynth
pip install pyfluidsynth
但from fluidsynth.fluidsynth import *输出
from fluidsynth.fluidsynth import *
OSError: dlopen(libfluidsynth.so.1, 6): image not found
任何想法?