Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

This is what pyinstaller is for. It's not quite as good as a binary executable, although are you really sending ad hoc binaries to people? Seems like a nightmare for version control etc. The pyinstaller manual is much easier than learning rust!


PyInstaller does have --onefile but that's kind of cheating since it creates and extracts the files to a temp folder.


It’s not cheating at all. It’s an inelegant solution, but it works.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: