caribbeanlite.blogg.se

How To Install Py2exe In Ubuntu
How To Install Py2exe In Ubuntu







How To Install Py2exe In Ubuntu

Successfully installed future-0.16.0 pefile-2016.3.28 pyinstaller-3.2 If you are on windows and you have your python environment installed, open start menu, find cmd (Command Prompt) and use pip to get pyinstaller, type the following command: pip install pyinstallerĪt the end of the installation process you should see confirmation message, similar to this: It just took me too much time, all I wanted to do was simply compile python script to standalone executable without any dependencies and pyinstaller does exactly that. There are couple of ways you can do this, but as far as I found, things like py2exe, cx_Freeze and others require specific options script file. Everything can be done through console with single command line. The best thing about pyinstaller is that creates one file and you don’t have to have options script file to compile something. This is great for PyGame and PySide, but works for any python script.

How To Install Py2exe In Ubuntu

#HOW TO INSTALL PY2EXE IN UBUNTU HOW TO#

In this tutorial you will learn how to compile standalone exe in python with pyinstaller module.









How To Install Py2exe In Ubuntu