Closed vicmortelmans closed 6 years ago
Hi - thanks for picking this up. I'd not fully tested the install route of using setup.py
so had missed a bug here.
clipster
was assuming that configparser
only exists on py3.x so was using that as a proxy for version testing. However when you install via setup.py
it pulls in a py2 version of configparser
from pypi. This then makes clipster incorrectly think its running py3 and other things break.
I've updated clipster
to do 'proper' version detection so this should hopefully fix this. Let me know if you still see an error!
Thanks! Fixed!
Hi, I tried to install clipster on my Ubuntu 16.04 with i3 window manager. When I launch the daemon, an error occurs. What did I do wrong?
I cloned the git repo and then: