DEV Community

farplayer2
farplayer2

Posted on

Pyinstaller problem
Alot of people (me included) struggle with bundling our .py into .exe cuz of `--onefile`'s false positive, fix ? Just use `--onedir` instead (one directory) cuz it just makes the dll's it needs to run independent files

Top comments (0)