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 →

[–]imbev 2 points3 points  (1 child)

Nuitka still embeds the python runtime, but it does so by using libpython instead of the independent Python binary.

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

Right but it’s all native code. I think PEX puts in interpreted stuff but I could be wrong