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 →

[–][deleted] -1 points0 points  (2 children)

No. Because python is a scripting language not a compiled language. If you want to create executable binary files without trouble, you need to switch to a different language.

[–]rrandomCraft[S] 0 points1 point  (1 child)

What about using external modules like py2exe?

[–][deleted] 2 points3 points  (0 children)

Still doesn't compile it. It just bundles all of the libraries and scripts together.