nwhitehead / pyfluidsynth

Python bindings for FluidSynth
GNU Lesser General Public License v2.1
197 stars 56 forks source link

Error couldn't find FluidSynth library #33

Closed Dug2555 closed 2 years ago

Dug2555 commented 2 years ago

I know a thread similar to this has been posted before, but I'm lost on what I need to do and solutions from that thread have failed me.

Currently, I have installed pyFluidSynth using the "py setup.py install --user" command on my command prompt and have set up Fluidsynth as a part of my PATH. I have tried including the .dll files directly as well as the fluidsynth folder that contains the bin folder.

All I'm trying to do is run a test file I found on the internet but I can't even get it to boot without having an error. Capture

albedozero commented 2 years ago

Looks like you might be running it in some kind of IDE, which could be setting up its own virtual environment - are you sure the PATH is set correctly in the IDE? Try just copying all the dll's from the bin directory in the into the same directory as pyfluidsynth - that should work regardless of the PATH variable settings.

albedozero commented 2 years ago

I suspect this has been fixed by c5998a58474cee05497178b3ae75ddc02024334f