-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
bpo-30757 pyinstaller added to docs, py2exe ref updated #1158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -170,11 +170,12 @@ offender. | |
How do I make an executable from a Python script? | ||
------------------------------------------------- | ||
|
||
See http://cx-freeze.sourceforge.net/ for a distutils extension that allows you | ||
to create console and GUI executables from Python code. | ||
`py2exe <http://www.py2exe.org/>`_, the most popular extension for building | ||
Python 2.x-based executables, does not yet support Python 3 but a version that | ||
does is in development. | ||
The following 2 packages cx_Freeze and PyInstaller allow | ||
the creation of cross-platform stand-alone console and GUI executables: | ||
* http://cx-freeze.sourceforge.net/ | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. `cx_Freeze <http://cx-freeze.sourceforge.net/>`_ |
||
* http://www.pyinstaller.org/ | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. PyInstaller can run on non-Windows platforms too. I think that the best we could do
|
||
|
||
Additionally, http://www.py2exe.org/ exclusively supports Windows executables. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. `py2exe <http://www.py2exe.org/>`_ |
||
|
||
|
||
Is a ``*.pyd`` file the same as a DLL? | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I liked Brian's suggested wording more: