1

I've made a cross-platform application in python, with pyqt gui.

I have then successfully created an app-bundle with pyinstallers, but I have one problem.

When I use the app bundle on another computer, I have to go in and run

chmod a+x [myapp].app/Content/MacOS/mybinary

to get it to run.

Am I doing something wrong? Is there a solution?

scandinavian_
  • 2,496
  • 1
  • 17
  • 19

1 Answers1

0

Running Makespec.py with the -m FILE option as X.Jacobs suggested solved the problem.

scandinavian_
  • 2,496
  • 1
  • 17
  • 19