With Python Interpreter it works fine, image loads and main.py runs without problems, but when I make it into one file .exe with Pyinstaller, .exe crashes with the following error message.
FileNotFoundError: 'themes.json' resource not found in 'ttkboostrap'
Any help would be sincerely appreciated.