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.
OSX 10.7.5 では、port install fluidsynth正常pip install pyfluidsynthに実行され、ターミナルから fluidsynth が動作しました。
port install fluidsynth
pip install pyfluidsynth
しかし、from fluidsynth.fluidsynth import *出力
from fluidsynth.fluidsynth import *
OSError: dlopen(libfluidsynth.so.1, 6): image not found
何か案は?