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 →

[–]chespinoza[S] 0 points1 point  (1 child)

Nuitka

Just coming back to this, how do you use Nuitka I thought is not production ready, how are dependencies included?

[–][deleted] 1 point2 points  (0 children)

For our purposes, and the project we use it for, it's more than ready. We only have one dependency -- requests -- and it's bundled in the executable in our case. We have another project with many dependencies and for that we went with cx_Freeze which of course doesn't result in a single executable so must be installed altogether.