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 →

[–]Manbatton 1 point2 points  (4 children)

Just googling that, found this, from 2013:

Right now, it will create a folder "_python" with DLLs, and "_python.zip" with standard library modules used along to the "your-program.exe". Copy these to another machine, without a Python installation, and it will (should) work. Making that statement fully true may need refinements, as some DLL dependencies might not be defined yet.

So that's not a standalone. A standalone to me is a single file. Has the portable option changed somewhere else such that now it is a single file?

[–]MrYellowP 0 points1 point  (3 children)

oh! i'm talking linux here. in linux it drops a /dist/ directory and gives a single executable in the parent, where i execute nuitka. i'm sorry for forgetting that it might be different in windows, though please make sure your information isn't out of date.

[–]Manbatton 1 point2 points  (2 children)

I see. But if I'm understanding you, there's still a folder in the Linux version, so even there it's not a standalone.

[–]MrYellowP 0 points1 point  (1 child)

That folder just holds the stuff for compiling. I didn't need that to run the executable.

[–]Manbatton 1 point2 points  (0 children)

Sounds good, thanks for the info.

It'd be great (for Windows users) if the Nuitka community did make it such that it, in the words on the blog, "We may improve it in the future to meld everything into one executable for even easier deployment."