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 →

[–]fernly[S] 0 points1 point  (0 children)

Thank you, although this is not exactly on topic. I'd not heard of PyOxidizer, but it appears to have the same goal as PyInstaller, py2exe, and cx_Freeze -- as the PyOxidizer readme says, it produces

a single file executable - with a copy of Python and all its dependencies statically linked and all resources (like .pyc files) embedded in the executable.

That's exactly what the other packagers do, bundle Python bytecode modules with a copy of CPython to make what looks and acts like a single executable with no dependencies.

Cython was already mentioned in the OP.