On Sat, 6 Jan 2024 12:22:33 +0000 pete <petegn@xxxxxxxx> wrote: > On Fri, 5 Jan 2024 18:28:00 -0600 > Doug Newgard <dnewgard@xxxxxxxxxxx> wrote: > > > On Sat, 6 Jan 2024 00:24:40 +0000 > > pete <petegn@xxxxxxxx> wrote: > > > > > which gives me this > > > > > > "Traceback (most recent call last): > > > File "/usr/bin/torbrowser-launcher", line 29, in <module> > > > import torbrowser_launcher > > > File > > > "/usr/lib/python3.11/site-packages/torbrowser_launcher/__init__.py", line > > > 36, in <module> from .common import Common, SHARE File > > > "/usr/lib/python3.11/site-packages/torbrowser_launcher/common.py", line > > > 37, in <module> import gpg ModuleNotFoundError: No module named 'gpg' > > > > Alright, so what does `pacman -Qkk python-gpgme` give you? > > i have attached the generated list from " > > "pacman -Qkk python-gpgme 2>&1 | tee /tmp/war.log" > > Pete So virtually every file in that package is missing. Not altered, 0 length, or anything, just flat out missing. This isn't a typical filesystem issue/power loss or anything like that, then. Since pip hasn't been used and it appears to be limited to python, this sounds more like a bad backup restore? Could also be a manual deletion for some reason? To fix it, since multiple packages are involved, you can get a list of all python packages with `pacman -Qqo /usr/lib/python3.11/site-packages/`, reinstall all of those. It wouldn't hurt to check just `pacman -Qkk` to make sure there aren't other packages involved.