#
py2exe
Here are 21 public repositories matching this topic...
Converts .py to .exe using a simple graphical interface
-
Updated
Jul 18, 2021 - JavaScript
A distutils extension to create standalone Windows programs from Python code
-
Updated
Jul 1, 2021 - Python
A Reverse Engineering Tool for py2exe applications.
-
Updated
May 21, 2017 - Python
Wii Parental Control (PIN) Reset Tool
cli
utility
nintendo
tool
python3
wii
reset
cli-app
python2
nintendo-hacking
bypassing
bypass
py2exe
windows-command-line
parental-control
windows-console
resetting
-
Updated
Nov 9, 2019 - Python
A minimal template for creating a wxPython GUI application and compiling it into an *.app (for OS X) / *.exe (for MS Windows) with py2app, py2exe, cx_freeze and PyInstaller.
-
Updated
Aug 8, 2017 - Python
create exe file by py2exe & install to windows service
-
Updated
Mar 29, 2017 - Python
A GUI Based Application to download videos from YouTube for free! 💥
-
Updated
Jan 27, 2020 - Python
Arduino and Python portable temperature monitor project
-
Updated
Aug 30, 2017 - Arduino
Improve this page
Add a description, image, and links to the py2exe topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the py2exe 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