Hi, On 09/03-22 12:36, Shadrock Uhuru wrote: > hi everyone > i use qutebrowser to surf the web > i added the qute-pass userscript which needs tldextract, > there's no tldextract package i can find in openbsd so i installed > py3-tld-0.9.3p4 > qutebrowser still errors when i try i use qute-pass, > the process report shows the following :- > > Process 65554: /home/shadrock/.config/qutebrowser/userscripts/qute-pass > Info > Command > /home/shadrock/.config/qutebrowser/userscripts/qute-pass > Status Userscript exited with status 1. > Standard output > No output. > Standard error > Traceback (most recent call last): > File "/home/shadrock/.config/qutebrowser/userscripts/qute-pass", line > 63, in <module> > import tldextract > ModuleNotFoundError: No module named 'tldextract' > > any help would be appreciated. > thanks > shadrock >
You will probably need https://pypi.org/project/tldextract/ Use PIP to install it. Best Regards, Thim Cederlund

