Pyinstaller on Mac – Bundled Application crashes but unix executable works fine?

Viewed 163

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:

Application directory

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

0 Answers
Related