Python - Converting a py file to a Linux binary

Pubblicato il: 04 dicembre 2016
sul canale di: ADV-IT
16,990
429

1.Install and update Python libraries:
sudo apt-get install --reinstall python-pkg-resources
sudo apt-get install build-essential python-dev

2.Download PyInstaller:
wget https://github.com/pyinstaller/pyinst...

3.Unpack PyInstaller:
tar -xvf PyInstaller-3.2.tar.gz

4.Go to the unpacked PyInstaller:
cd PyInstaller-3.2

5.Install PyInstaller:
./pyinstaller.py setup.py

6.Convert your .py file:
./pyinstaller.py myscript.py

Your binary will be in /PyInstaller-3.2/myscript/dist

I'd be happy with a couple of bucks, maybe even Canadian ones :) https://www.paypal.me/DenisAstahov


In questa pagina del sito puoi guardare il video online Python - Converting a py file to a Linux binary della durata di ore minuti seconda in buona qualità , che l'utente ha caricato ADV-IT 04 dicembre 2016, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 16,990 volte e gli è piaciuto 429 spettatori. Buona visione!