You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/developer_docs/source/build/executable.rst
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,9 @@ Installing using pyinstaller
48
48
49
49
easy_install pywin32-219.win-amd64-py2.7.exe
50
50
51
+
Install Microsoft C++ Redistributable either 2008 or 2010 x86/x64 from https://www.microsoft.com/en-us/download/details.aspx?id=29
52
+
Install it to your system
53
+
51
54
See the `Example <https://mborgerson.com/creating-an-executable-from-a-python-script/>`_ to see how a simple wxpython application can be built with pyinstaller
52
55
53
56
.. Note::
@@ -56,6 +59,9 @@ Installing using pyinstaller
56
59
.. Warning::
57
60
Prepare to do a lot of googling as there are a lot of features that aren't clear
58
61
62
+
.. Warning::
63
+
Make sure that you close command prompt and reopen it if you installed any of these packages/software
64
+
59
65
Here is an example of building a program. There isn't a messy setup.py needed unlike py2exe. These are automatically generated when a user runs the command
0 commit comments