Running pactl.py as a script fails
with the error message:
ImportError: attempted relative import with no known parent package
It can be run as a module from the root of the repository with:
$ python -m libpulse.pactl [args...]
with the error message:
ImportError: attempted relative import with no known parent package
It can be run as a module from the root of the repository with:
$ python -m libpulse.pactl [args...]