ffibuild is just a wrapper for some other commands which should work on your computer. The commands are here: https://github.com/qtile/qtile/blob/master/scripts/ffibuild
On Sunday, 4 October 2020 at 16:42:20 UTC+1 Kai Stian Olstad wrote: > 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/20204ef6-8b6d-455d-8728-d29c62b66abbn%40googlegroups.com.
