5 ms·
How does it differentiate from PyInstaller?
by pabe 3y ago
How does it differentiate from PyInstaller?
- deleted 3y ago[deleted]
- toyg 3y ago... or py2exe, cxFreeze...
- globular-toast 3y agoI wondered the same, then checked the source. The difference is this one is made with Rust.
- ofek 3y agoThe main difference is it does no build sorcery. In the end, your code is running on a real installation on disk. Therefore, there is no chance for extension modules to fail.
- seanthemon 3y agoDoes it potentially solve the problem of anti viruses false-flagging the runtime? Pyinstaller was giving me huge headaches with this
- ofek 3y agoYes.
- seanthemon 3y agoHallelujah, i'll give it a try over christmas break