Max Chesterfield
Max Chesterfield
closing and reopening to trigger a new build
This looks like a missing python library please try the following and restart i3pystatus ``` sudo pip3 install color ```
so, my mistake. colour is actually spelt different ``` sudo pip3 install colour ``` notice the "u" if that still fails please post the output of `pip3 freeze` also regarding...
interesting... whats the output of: `python3 /home/pbj/Documents/projects/i3/status.py`
also, try changing ``` #!/usr/bin/env python3 ``` in `/home/pbj/Documents/projects/i3/status.py` to: ``` #!/usr/bin/python ```
> I got ImportError(cannot import name 'Color') too. Pip installing colour works okay. That makes sense, its the required package > This shouldn't work because python is still 2.7 on...
@lasers throw up a PR and i'll take a look :+1:
This issue is extremely old, but seems like a useful addition. Any ideas how to collect this data?
I think we really have 2 options here, or a mixture of both 1) report just the module names in use and nothing more - not remotely invasive, pretty sure...
I had a look into this, currently gmail wont support it, and outlook uses SSLv3 which isnt considered secure, and some standard distributions of openssl dont even compile with. Do...