I compiled my .py file into a distributable .app file using py2app but when I click on the app icon it appears on dock for a millisecond and disappears. Any idea why?
I have tried using chmod 777 and 755 to attempt and allow permissions to execute this file but no lock :(.
Help