Closed ChameleonScales closed 7 years ago
On Tue, Jun 27 2017, Caetano Veyssières wrote:
Traceback (most recent call last): File "./screenkey", line 9, in
from Screenkey import * File "/home/caetano/Installed_programs/screenkey-master/Screenkey/init.py", line 2, in gettext.install('screenkey', unicode=True) TypeError: install() got an unexpected keyword argument 'unicode' I need to make it work because I want to use a fork.
Try to make explicit the python version: python2.7 screenkey.py
Yes ! Thank you
I can use screenkey when it's installed from the AUR but if I uninstall it, download it from Github and run the screenkey executable, I get these errors :
I need to make it work because I want to use a fork.