TomSchimansky / CustomTkinter

A modern and customizable python UI-library based on Tkinter
MIT License
11.51k stars 1.08k forks source link

Build app with pyinstaller and custom theme Mac #1268

Open simon88 opened 1 year ago

simon88 commented 1 year ago

I've created an app with a jsoncustom file everything works but when I try to build it with pyinstallerI can't run my app because the app didn't find the json file. I've added it in the specfile in datas, if I go inside the app content I have my json file. Where should I have to include my json file ?

Wolf-SO commented 1 year ago

Since everything works before packaging with pyinstaller, this does not belong to Issues but to Discussions. It's not a bad idea to search there in the first place. I have the impression that your problem gets addressed within #939.