pyinstaller
Here are 173 public repositories matching this topic...
-
Updated
Oct 17, 2020 - JavaScript
-
Updated
Jul 13, 2020 - Python
-
Updated
Oct 16, 2020 - Python
-
Updated
Sep 16, 2020 - Python
-
Updated
Sep 6, 2020 - Python
-
Updated
Oct 20, 2020 - Python
-
Updated
May 29, 2020 - Python
-
Updated
Oct 20, 2020 - Python
-
Updated
Sep 20, 2020 - Python
-
Updated
Sep 13, 2020 - Python
-
Updated
Oct 7, 2020 - Python
-
Updated
Sep 5, 2020 - Python
-
Updated
Oct 13, 2019 - Python
-
Updated
Aug 29, 2020 - Batchfile
-
Updated
Dec 19, 2018 - Python
-
Updated
Jan 10, 2020 - Python
-
Updated
Nov 11, 2019 - Python
-
Updated
Aug 11, 2019
-
Updated
Apr 8, 2019 - Python
-
Updated
Apr 24, 2020 - Python
-
Updated
Jun 14, 2020 - Python
-
Updated
Jun 23, 2020 - Python
-
Updated
Oct 7, 2020 - Python
Improve this page
Add a description, image, and links to the pyinstaller topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pyinstaller topic, visit your repo's landing page and select "manage topics."


Description of the issue
I'm building in a clean virtualenv with
pyinstaller test.py --windowedI can't launch the .app bundle by double-clicking nor with
open ./test.appin Terminal.It works fine if I run
./test.app/Contents/MacOS/testContext information (for bug reports)
pyinstaller --version:4.0