CustomTkinter
CustomTkinter copied to clipboard
Problem when converting Custom Tkinter GUI to .exe
I have created a Custom TKinter GUI. I converted it into .exe using the code of your documentation. The Problem is that it is only recognizing the modules of My main.py and not of custom tkinter's. I hope You understood my problem. Pls give me the solution 🥺
Duplicate
Pyinstaller will create a dist folder, which contains your main.exe and customtkinter folder . That customtkinter folder contains all of the modules. whenever you move the exe file from dist, you must also move the customtkinter folder from dist