Y
Hacker News
new
|
ask
|
show
|
jobs
by
pabe
911 days ago
How does it differentiate from PyInstaller?
3 comments
ofek
911 days ago
The 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.
link
seanthemon
911 days ago
Does it potentially solve the problem of anti viruses false-flagging the runtime? Pyinstaller was giving me huge headaches with this
link
ofek
911 days ago
Yes.
link
seanthemon
910 days ago
Hallelujah, i'll give it a try over christmas break
link
globular-toast
911 days ago
I wondered the same, then checked the source. The difference is this one is made with Rust.
link
toyg
911 days ago
... or py2exe, cxFreeze...
link