After installing this on Linux Mint 20, with all dependencies installed, I am getting this error when I run planksetting:
Traceback (most recent call last):
File "/usr/share/planksetting/planksetting.py", line 3, in <module>
from planksetting import Gtk
File "/usr/share/planksetting/planksetting.py", line 3, in <module>
from planksetting import Gtk
ImportError: cannot import name 'Gtk' from partially initialized module 'planksetting' (most likely due to a circular import) (/usr/share/planksetting/planksetting.py)
Seems there is a circular import, likely (but not definitely) related to the program "planksetting" importing a module called "planksetting". That's my best guess, but I don't know for certain.
After installing this on Linux Mint 20, with all dependencies installed, I am getting this error when I run planksetting:
Seems there is a circular import, likely (but not definitely) related to the program "planksetting" importing a module called "planksetting". That's my best guess, but I don't know for certain.