How to create standalone executables from python scripts?
https://wiki.python.org/moin/DistributionUtilities
Environment
Contents
- OS: Windows 10 pro
- IDE: Pycharm
- Python v3.5
- Frameork django v1.10.2
PyInstaller
its easy to install, over python console, and we have a new folder with app:

but it not works, after execute .exe file

pyinstaller --name=zamowienia2 manage.py

Signet
http://jamercee.github.io/signet/

easy, but not works with django framweork

Py2app
http://pythonhosted.org/py2app/
installation
pip install py2app

Latest posts by Tom Sapletta (see all)



