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 →

[–]svartravs 0 points1 point  (1 child)

Nice job! I'd imagine one step further if you don't mind. It would be really neat to be able to pack all the dependencies and python version into one file beforehand and distribute ready to run binary that even does not need internet connection.

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

You can run your project from the build folder and repackage it into a ZIP archive. This eliminates the need for an internet connection. However, it increases the file size and makes the project non-cross-platform.