ctk_theme_builder icon indicating copy to clipboard operation
ctk_theme_builder copied to clipboard

Module not found error - for all the modules - CTK theme builder

Open Git229KEV opened this issue 5 months ago • 2 comments

PS E:\CTK\ctk_theme_builder> .\ctk_theme_builder
**Traceback (most recent call last):
  File "E:\CTK\ctk_theme_builder\\controller\ctk_theme_builder.py", line 10, in <module>
    from view.control_panel import ControlPanel
  File "E:\CTK\ctk_theme_builder\view\control_panel.py", line 3, in <module>
    import customtkinter as ctk**
ModuleNotFoundError: No module named 'customtkinter'
PS E:\CTK\ctk_theme_builder> .\ctk_theme_builder

PS E:\CTK\ctk_theme_builder> pip show customtkinter Name: customtkinter Version: 5.2.2

PS E:\CTK\ctk_theme_builder> pip show logger Name: logger Version: 1.4

and all the modules installed. But still showing module not found error

Git229KEV avatar Jun 14 '25 04:06 Git229KEV

PS E:\CTK\ctk_theme_builder> .\ctk_theme_builder
**Traceback (most recent call last):
  File "E:\CTK\ctk_theme_builder\\controller\ctk_theme_builder.py", line 10, in <module>
    from view.control_panel import ControlPanel
  File "E:\CTK\ctk_theme_builder\view\control_panel.py", line 3, in <module>
    import customtkinter as ctk**
ModuleNotFoundError: No module named 'customtkinter'
PS E:\CTK\ctk_theme_builder> .\ctk_theme_builder

PS E:\CTK\ctk_theme_builder> pip show customtkinter Name: customtkinter Version: 5.2.2

PS E:\CTK\ctk_theme_builder> pip show logger Name: logger Version: 1.4

and all the modules installed. But still showing module not found error

Hi. How did you install Ctk Theme Builder? What platfom are you on (Windows, Linux...)? Please see videos on YouTube or follow the docs, if you are unsure.

avalon60 avatar Jun 18 '25 09:06 avalon60

Hello I have the same problem on Fedora. I followed the install documentation (extract the .zip, run theme_builder_setup.py with -i and -p). I tried on different folders with the same result. CustomTkInter is installed :

$ pip show customtkinter
Name: customtkinter
Version: 5.2.2
Summary: Create modern looking GUIs with Python
Home-page: https://customtkinter.tomschimansky.com
Author: Tom Schimansky
Author-email: 
License: Creative Commons Zero v1.0 Universal
Location: /home/servajean/.local/lib/python3.13/site-packages
Requires: darkdetect, packaging

I tried also on another computer running Linux Mint and it works like a charm ! Thank you for your advice.

nicoserva42 avatar Oct 08 '25 06:10 nicoserva42