+ 2
Who knows how change ready python program to .exe file?
12 Answers
+ 6
instead of me repasting answers please, search the forum !
+ 5
@vukasin it tagged python3 and so your answer is ...
+ 5
https://pypi.python.org/pypi/py2exe/
it's python3 version now
+ 5
yes the pypi one is ok
+ 4
py2exe is for py2
+ 4
According to Stack Overflow, here is the link for Python 3 version of py2exe: http://sourceforge.net/p/py2exe/svn/HEAD/tree/trunk/py2exe-3/
Also, it seems there is cx_freeze http://cx-freeze.sourceforge.net/
+ 4
not yet officially released
+ 3
I've been looking for python3 to .exe, I can't find this program yet
+ 3
But soon i will find it!)))
+ 2
There is a Python extension called py2exe. It is really simple to use, go to py2exe.org to learn more.
+ 2
Thanks all for answers!
+ 2
(If you have the Python Scripts directory on your PATH):
(I read how to do it, on Python3: input command)
build_exe myscript.py
Will create an executable myscript.exe in the dist subdirectory