Python Packaging using cx_Freeze | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 2

Python Packaging using cx_Freeze

When I use cx_Freeze to package a script and generate an executable file for Windows, the modules used as dependencies in my script are packaged together? Is cx_Freeze the better way to distribute an executable file from a script Python-made? Thanks!

12th Feb 2018, 1:39 PM
Fabrício Lombardi Ribeiro
Fabrício Lombardi Ribeiro - avatar
1 Antwort
+ 4
pyinstaller is the best
13th Feb 2018, 5:54 AM
Kevin AS
Kevin AS - avatar