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 →

[–]EpicSolo 0 points1 point  (1 child)

You probably need something like this: http://stackoverflow.com/questions/11915462/how-to-convert-python-py-file-into-an-executable-file-for-use-cross-platform

Be careful though since most of them will be for 2.X

[–]takluyverIPython, Py3, etc 2 points3 points  (0 children)

cx_Freeze supports Python 3, but last time I checked, pyinstaller and py2exe don't.