ctk_theme_builder
ctk_theme_builder copied to clipboard
Module not found error - for all the modules - CTK theme builder
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
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_builderPS 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.
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.