How can i convert .py files to .exe (Python 3.6)? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

How can i convert .py files to .exe (Python 3.6)?

I used py2exe , pyintaller and CX_freeze but no results

4th Feb 2018, 1:22 PM
Achraf Labidi
Achraf Labidi - avatar
2 Answers
+ 2
all work, you just have to config the setup.py file properly. including tk etc libraries on your computer if its a tinker project. You might also need extra row changes and you might have to write the folder stuctures fully and into variables etc. you should google example setup files for similar projects as what you are trying to compile. fixing compiler errors are a good way to follow
4th Feb 2018, 2:15 PM
Markus Kaleton
Markus Kaleton - avatar
+ 1
Hello! Considering you use this site, you're not a big developer. Since that is probably true, please make your code open source so people can learn! However, if you really want to convert it, use py2exe but configure the compiling properly. Google that and you'll find the answer.
19th Apr 2018, 12:12 AM
inxanedev!
inxanedev! - avatar