I have both fluidsynth
sudo apt-get install fluidsynth
and pyfluidsynth
sudo pip install pyfluidsynth
installed.
However, when I run the standard import commands, I get the following error:
>>> import fluidsynth
>>> fs = fluidsynth.Synth()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'Synth'