thedean7
thedean7
Same issue after python upgrade on arch/xorg - autokey-gtk.
I get the same output, with or without the flag. Python 3.11.3-1. `Traceback (most recent call last): File "/usr/bin/autokey-gtk", line 5, in from autokey.gtkui.__main__ import main ModuleNotFoundError: No module named...
Running autokey directly works for me. ``` git clone https://github.com/autokey/autokey cd lib python3 -m autokey.gtkui -lc ```
Thanks @rushvora for the info. I deleted `/usr/lib/python3.10/site-packages/autokey*`, reinstalled autokey (cleanBuild) and it works now: ``` sudo rm -rf /usr/lib/python3.10/site-packages/autokey* yay -S autokey-gtk autokey-common ``` Got bunch of warnings in...
Hi! I tried many combinations, inline and chained but the result is the same. The culprit is nested condition. Order of conditions matters but attribute names and values of nested...
Thank you, @matsales28. I appreciate the detailed explanation.