2015-10-16 30 views

risposta

27

È possibile utilizzare PyInstaller che supporta python 3.5.

per installarlo con pip eseguire nel terminale: pip install pyinstaller

per rendere il file exe:

pyinstaller --onefile script.py 
Problemi correlati