Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 128 by
mbrow...@elon.edu: Mingus can't find fluidsyth library
https://code.google.com/p/mingus/issues/detail?id=128
I'm using the latest version of mingus on python 2.7. When I try to import
fluidsynth after installing it, this is what I see:
>>> from mingus.midi import fluidsynth
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
from mingus.midi import fluidsynth
File "C:\CS\Python\lib\site-packages\mingus\midi\__init__.py", line 24,
in <module>
from Sequencer import Sequencer
File "C:\CS\Python\lib\site-packages\mingus\midi\Sequencer.py", line 38,
in <module>
import pyFluidSynth as fs
File "C:\CS\Python\lib\site-packages\mingus\midi\pyFluidSynth.py", line
36, in <module>
raise ImportError, "Couldn't find the FluidSynth library."
ImportError: Couldn't find the FluidSynth library.
Should I be installing the tar file instead? If so, how do I do that?
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings