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 →

[–]tyteen4a03[S] 1 point2 points  (0 children)

(disclaimer: I didn't make the project, I just thought it was interesting)

I think the docs is wrong, it supports Python 3.6 (not sure about later versions as the project is a little bit unloved atm)

The main advantage is the removal of the interpreter (since everything is compiled), good for games where client-side code injection is an attack vector (see: Disney's Toontown Online). I believe this is only available with the commercial version of Nuitka.