I'm trying to use the PulseVolume widget, but the documentation[1] looks strange as it only shows "alias of libqtile.widget.import_error.make_error.<locals>.ImportErrorWidget"
When enabled, the widget shows following error "Import Error: PulseVolume". Running it manually I get this $ python3 Python 3.8.5 (default, Aug 11 2020, 13:06:53) >>> >>> from libqtile import widget >>> w = widget.PulseVolume() Unmet dependencies for '.widget.pulse_volume.PulseVolume': No module named 'libqtile.widget._pulse_audio' Qtile is installed with pip3 $ pip3 list | egrep "qtile|ffi" cairocffi 1.1.0 cffi 1.14.0 qtile 0.16.1 xcffib 0.9.0 Have I missed a installation step or missing a dependency? [1] http://docs.qtile.org/en/latest/manual/ref/widgets.html#pulsevolume -- 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/20200926111908.ckxzl7oqk5tloouu%40olstad.com.
