Hi, When I try to open Customizer, I get the following error:
/usr/sbin/customizer-gui:281: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if QT_VER is not 5:
/usr/sbin/customizer-gui:7: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
import sys, os, atexit, subprocess, imp
Traceback (most recent call last):
File "/usr/sbin/customizer-gui", line 29, in
import lib.config as config
ModuleNotFoundError: No module named 'lib.config'
The Customizer CLI displays the following:
Traceback (most recent call last):
File "/usr/sbin/customizer", line 11, in
import lib.message as message
ModuleNotFoundError: No module named 'lib.message'
I am trying to use your tool, it is the best I have found :)
Hi, When I try to open Customizer, I get the following error:
/usr/sbin/customizer-gui:281: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if QT_VER is not 5:
/usr/sbin/customizer-gui:7: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
import sys, os, atexit, subprocess, imp
Traceback (most recent call last):
File "/usr/sbin/customizer-gui", line 29, in
import lib.config as config
ModuleNotFoundError: No module named 'lib.config'
The Customizer CLI displays the following:
Traceback (most recent call last):
File "/usr/sbin/customizer", line 11, in
import lib.message as message
ModuleNotFoundError: No module named 'lib.message'
I am trying to use your tool, it is the best I have found :)