Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d9e657 commit 33242a9Copy full SHA for 33242a9
1 file changed
Doc/faq/windows.rst
@@ -140,7 +140,7 @@ offender.
140
How do I make an executable from a Python script?
141
-------------------------------------------------
142
143
-See `cx_Freeze <https://anthony-tuininga.github.io/cx_Freeze/>`_ for a distutils extension
+See `cx_Freeze <https://cx-freeze.readthedocs.io/en/latest/>`_ for a distutils extension
144
that allows you to create console and GUI executables from Python code.
145
`py2exe <http://www.py2exe.org/>`_, the most popular extension for building
146
Python 2.x-based executables, does not yet support Python 3 but a version that
0 commit comments