wiki:create_selfcontained_python_script
Differences
This shows you the differences between two versions of the page.
| wiki:create_selfcontained_python_script [2021/01/21 14:20] – created antisa | wiki:create_selfcontained_python_script [2022/12/22 13:12] (current) – [Go where your script is and execute] add info about additional files antisa | ||
|---|---|---|---|
| Line 13: | Line 13: | ||
| | | ||
| ./ | ./ | ||
| - | | + | |
| + | |||
| + | If there are additional files needed by the script for example // | ||
| + | |||
| + | pyinstaller --onefile yourscript.py --add-data ' | ||
| + | |||
| + | Paths to these additional files are relative to yourscript.py. | ||
| ===== Hide console window ===== | ===== Hide console window ===== | ||
| Pass '' | Pass '' | ||
wiki/create_selfcontained_python_script.1611238849.txt.gz · Last modified: by antisa
