|
|
|
|
|
by quietbritishjim
588 days ago
|
|
It's probably on the list that you've tried, but I've had most luck with Nuitka (in standalone mode, not onefile). Unlike pyinstaller, it really is the executable it claims to be, not just an elaborate zip file containing python.exe and your source files. |
|
The packaging/deployment of python keeps me from using it for anything other than one-off, disposable programs.