Re: [qutebrowser] Python and userscripts

2017-11-26 Thread Florian Bruhin
Hi, first of all, note that you just got thrown off the mailinglist again because your mailserver is still thinking the mailinglist is sending "spoofed" mails. On Mon, Nov 27, 2017 at 02:25:07AM +, Stephen Davies (sdavies) wrote: > So I guess my question is: given that I started qutebrows

[qutebrowser] Python and userscripts

2017-11-26 Thread Stephen Davies (sdavies)
I'm running qutebrowser this way (in Ubuntu 16.04): $ ~/local/qutebrowser/.venv/bin/python3.5 -m qutebrowser I have a userscript called "zotero" in the directory ~/.local/share/qutebrowser/userscripts that does this import: from requests import post, get, ReadTimeout, ConnectionError