Hacker News new | ask | show | jobs
by wodenokoto 4129 days ago
Yes. You can compile to .exe files.

>The resulting binary still depends on CPython and used C >extension modules being installed.

> If you want to be able to copy it to another machine, > use --standalone and copy the created program.dist directory > and execute the program.exe put inside.

http://nuitka.net/doc/user-manual.html#use-case-1-program-co...

1 comments

Thank you.