fluid-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [fluid-dev] fluidsynth' has no attribute 'Synth'


From: Bill Peterson
Subject: Re: [fluid-dev] fluidsynth' has no attribute 'Synth'
Date: Fri, 28 Oct 2022 08:51:01 -0500

Hello Yavuz,

Sounds like you're trying to use pyfluidsynth, and you've run into this issue. 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 <yavuzburuk@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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]