#
python-to-exe
Here are 5 public repositories matching this topic...
Products manager application written by python.Using tkinter to make GUI.
application
python3
pyinstaller
python-tkinter
application-manager
python-application
python-to-exe
python-gui
python-tkinter-application
-
Updated
Sep 18, 2018 - HTML
Generate Python executables for multiple platforms
-
Updated
Jan 30, 2022 - Python
Simple converter
-
Updated
Oct 3, 2020 - Python
Improve this page
Add a description, image, and links to the python-to-exe topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the python-to-exe 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 --windowed
I can't launch the .app bundle by double-clicking nor with
open ./test.app
in Terminal.It works fine if I run
./test.app/Contents/MacOS/test
Context information (for bug reports)
pyinstaller --version
:4.0