Hacker News new | ask | show | jobs
by ijustlovemath 797 days ago
I've had better luck with pyinstaller! Nuitka is buggy when you use multiprocessing
1 comments

Same here.

Wrote a simple program to which I added Fire to parse arguments as a CLI, and Gooey/Tkinter for a GUI on top of it. To get a working standalone .exe file which does not require folders on the side, Pyinstaller did the job. Unfortunately it also triggers antivirus scans for some AVs..