I cant make exe file from python? downloaded py2exe, cx.freeze, but evev after writing code, in command prompt gives error or | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
- 1

I cant make exe file from python? downloaded py2exe, cx.freeze, but evev after writing code, in command prompt gives error or

so how to be I dont know?

23rd May 2017, 10:31 AM
Nasibillo Muhamedov
Nasibillo Muhamedov - avatar
3 Réponses
+ 7
Might be something wrong with the PATH used. You have to have Python added to your system PATH and run those builders adequately from an appropriate path, too.
24th May 2017, 11:32 AM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 5
You have to study the documentation. Each of those files does it differently, check out its syntax parameters. What kind of error do you get? You might also try nuitka or pybuilder, which uses py2exe and sets some stuff for you.
23rd May 2017, 5:17 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
- 1
in comand prompt, says that "python" is not right command. after installing cx-freeze and writing code choosing needed file to build
24th May 2017, 7:22 AM
Nasibillo Muhamedov
Nasibillo Muhamedov - avatar