I am having trouble converting a .py file to .exe one. I tried with pyinstaller, installing through cmd (I have Python 2.7 on my laptop), but it is so complicated. Is there any other way? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

I am having trouble converting a .py file to .exe one. I tried with pyinstaller, installing through cmd (I have Python 2.7 on my laptop), but it is so complicated. Is there any other way?

.py to .exe, help!

17th Oct 2016, 11:01 PM
bea.
bea. - avatar
1 ответ
+ 2
http://www.py2exe.org Appears to work fine on 2.7 + XP. Source: First answer here: http://stackoverflow.com/questions/5458048/how-to-make-a-JUMP_LINK__&&__python__&&__JUMP_LINK-script-standalone-executable-to-run-without-any-dependency There are sample configurations further down the thread. Ignore comments related to version (SourceForge has been updated since). You may also be able to find pyinstaller help there.
18th Oct 2016, 2:13 AM
Kirk Schafer
Kirk Schafer - avatar