Hello Yavuz,

Sounds like you're trying to use pyfluidsynth, and you've run into this
issue
<https://github.com/nwhitehead/pyfluidsynth/issues/20#issuecomment-723388686>.
Basically, there's an old unmaintained module called 'fluidsynth' on pypi
that often gets confused with the one you're trying to use. To install
pyfluidsynth, use `pip install pyfluidsynth`.

Bill

On Fri, Oct 28, 2022 at 8:29 AM Yavuz Buruk <yavuzbu...@gmail.com> wrote:

> Hello,
>
> I am trying to use fluidsynth in Python. I have installed the required
> libraries.
> After writing a very simple code, the line:
>
> fs = fluidsynth.Synth()
>
> gives the following error:
>
> module 'fluidsynth' has no attribute 'Synth'
>
> Do you know how to fix this error?
>
> Thanks
>
> Yavuz
> _______________________________________________
> fluid-dev mailing list
> fluid-dev@nongnu.org
> https://lists.nongnu.org/mailman/listinfo/fluid-dev
>
_______________________________________________
fluid-dev mailing list
fluid-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/fluid-dev

Reply via email to