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!
New course! Every coder should learn Generative AI!
Try a free lesson
- 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 Answers
+ 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