I'm a Mac user and I used PyInstaller on a Pythonfile named weatherapp.py to get a mac Application Bundle. It's the TKInter GUI form this tutorial. After the process is complete this is how the inside of the 'dist'-folder looks like:
My Problem is when I launch the weatherapp.app (column on the left) it crashes before it could even open. But when I run the weatherapp unix executable (column on the right) the GUI opens without any errors.
How do I get the .app to work as well? Thanks for your help