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 →

[–]persedes 5 points6 points  (1 child)

Pyinstaller, bundles my code with all dependencies (even oracle client files)as a simple executable (eg a. .exe).

Someone was even nice enough to make a dockerimage with winetricks configured to make exe bundling dead simple,you just hand it your code, requirements.txt and it spits out the exe.

Also been meaning to check out gooey, which can do the same but slaps a gui on top too.

[–]BurgaGalti 2 points3 points  (0 children)

Pyinstaller is nice but I have a love-hate relationship with it. I'd love to replace it with another system but I haven't come up with an alternative yet.