Live data from Hacker News

Nuitka – A Python Compiler

nuitka.net

1–6 of 6 posts

Re: Nuitka – A Python Compiler

#5
post #2

I don't understand it. Am I supposed to be able to create standalone executables with this? How?

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...

Re: Nuitka – A Python Compiler

#6
post #2

I don't understand it. Am I supposed to be able to create standalone executables with this? How?

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...

Thank you.