CustomTkinter assets in wrong directory
Author: Moeman101Created Jul 21, 2022Updated Jun 24, 2026
Labelsbug
When compiling a program containing customtkinter, for some reason it drops its asset folder and sits a level too deep for the program to look for. It gets compiled to site-packages but It looks for itself in one folder level higher.
below are screenshots of my solution which allows the program to successfully compile and display

Source: TomSchimansky/CustomTkinter