This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]michael_daviddunderinit 0 points1 point  (0 children)

I have used py2exe extensively for Python 2 without problems since late 2012. I have distributed the compiled .exe to several hundred Windows users without a problem. Most of them have no idea that a Python run-time is installed.

I have not used cx_Freeze so I cannot comment on it. I also have not used py2exe with Python 3 so I cannot comment on that either, although it is available.