ended8월 17일· 1 sources

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

Why it matters

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 d...

1
Sources
+0
24h
Growth
5d
Active

Sources

Related Issues