Skip to content

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

@Xero999999

Description

@Xero999999

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions