Open simon88 opened 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.
I've created an app with a
json
custom file everything works but when I try to build it withpyinstaller
I can't run my app because the app didn't find the json file. I've added it in thespec
file indatas
, if I go inside the app content I have my json file. Where should I have to include my json file ?