-
On doit penser au packaging et à la distribution de l'app. PyPI simplifierait pas mal la vie des étudiants.
-
Compiled binary is 300MB, how can we shrink it? See tree shaking from JS land
-
The Pyinstaller process prunes all license information.
For legal reasons, a standard python installation includes the Tcl/tk license because Tcl and Tcl/Tk are included. Similarly the MIT license…
-
why not use Nuitka instead of Pyinstaller? It avoids many problems related to importing because the script behaves exactly as written, in addition to optimization, which gives about 20% to 50% more ex…
-
https://github.com/pyinstaller/pyinstaller/wiki/Recipe-OSX-Code-Signing
https://github.com/pyinstaller/pyinstaller/wiki/Recipe-Win-Code-Signing
-
When I build an exe with pyinstaller when I have vidstream imported the exe gives errors and quits, when I dont import vidstream everything works perfectly. Any fix for this?
-
i encrypt my code but after converting to exe using pyinstaller it not executed
-
I am trying to make a standalone version of my python 2.7.12 program using the compiler nuitka and I also tried it with the freezer pyinstaller. But they fail on line 200 in pony\utils\utils.py which …
-
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
- [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field
### Checklist
- [X] I'm asking a question …
-
If I type control-C while a onefile executable is being expanded, can I disable/suppress the stack trace?
Thanks
```
$ gam version
^CTraceback (most recent call last):
File "PyInstaller/hooks…