
PyInstaller Manual — PyInstaller 6.22.2 documentation
Apr 21, 2016 · Open a command prompt/shell window, and navigate to the directory where your .py file is located, then build your …
Changelog for PyInstaller — PyInstaller 6.16.0 documentation
Sep 13, 2025 · Clean up the multiprocessing run-time hook. Due to changes in detection of inherited PyInstaller environments, we do …
Common Issues and Pitfalls — PyInstaller 6.22.2 documentation
Currently, the only supported multi-processing framework is the multiprocessing module from the Python standard library, and even …
When Things Go Wrong — PyInstaller 6.22.2 documentation
A workaround for a multiprocessing constraint under Windows. and others. Many of these Recipes were contributed by users. Please …
Changelog for PyInstaller — PyInstaller 5.10.1 documentation
Apr 14, 2023 · Add hook for multiprocessing.util to not pull in python test-suite and thus e.g. tkinter. Add hook for …
Advanced Topics — PyInstaller 6.5.0 documentation
The Bootstrap Process in Detail ¶ There are many steps that must take place before the bundled script can begin execution. A …
When Things Go Wrong — PyInstaller 3.4 documentation
A more sophisticated way of collecting data files than the one shown above (Adding Files to the Bundle). Bundling a typical Django …
pyinstaller.org
This ensures that :mod:`multiprocessing` sub-processes, while re-using the application executable, execute their intended …
Changelog for PyInstaller — PyInstaller 6.0.0 documentation
Sep 22, 2023 · Add hook for multiprocessing.util to not pull in python test-suite and thus e.g. tkinter. Add hook for …
Using PyInstaller — PyInstaller 3.3.1 documentation
Using UPX UPX is a free utility available for most operating systems. UPX compresses executable files and libraries, making them …