On Sat, Sep 26, 2020 at 02:54:00PM +0100, el Paraguayo wrote: > Looking at github, this is the module that looks like it should generate > the _pulse_audio module you're after: > https://github.com/qtile/qtile/blob/master/libqtile/widget/pulseaudio_ffi.py > > I'm guessing that that script needs to be run once on it's own in order to > trigger the build of the module before it can be imported. From the commit ( > https://github.com/qtile/qtile/commit/18a59fce9c80a921f5606c1da72965ae22d5ef87#diff-6e3b11dfef4ab8efbaaaf3ccdffd88a6R6) > there's a script which builds the FFI modules. That script is called from > the Makefile: > https://github.com/qtile/qtile/blob/fa24ee75840408071d0f97e14ed40edc0aebff8b/Makefile#L8 > > I don't know how you installed qtile but the above might help you solve > this one...
As I wrote in my mail it's installed with pip3, I should have mention it was from PyPi. The script ffibuild is not in PyPi packages, so to me it look like there are some missing instruction in the documentation about installing Qtile with pip from PyPi. -- Kai Stian Olstad -- You received this message because you are subscribed to the Google Groups "qtile-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qtile-dev/20201004154217.2vcltxk3anzg6pjh%40olstad.com.
