As title says, can I create single file executable with nuitka? I tried --portable
and --standalone
option but they does not seem to work. And can anyone please explain me what is the --recurse-all
option? And if you have some other recommendations please tell me. I dont want to use pyinstaller because its too slow to start my app. Thanks for any response.
Can I create single file executable with nuitka?
11k views Asked by Jakub Bláha At
2
This seems to work on my side with Qt bindings:
You will end up with "main.dist" directory with all the dependencies and the binary "main.exe".