Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'lib.message' #220

Open
Xero999999 opened this issue Oct 29, 2021 · 3 comments
Open

ModuleNotFoundError: No module named 'lib.message' #220

Xero999999 opened this issue Oct 29, 2021 · 3 comments

Comments

@Xero999999
Copy link

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 :)

@kamilion
Copy link
Owner

Uhh, what host system distro and version is this from? I'll install it in a VM and check it out.

@Xero999999
Copy link
Author

Kubuntu 21.04

@kamilion
Copy link
Owner

Thanks, I'll go check it out when I've got some time to spare this holiday season, and see if I can make sure it'll work with 22.04 LTS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants