-
Beta Was this translation helpful? Give feedback.
Answered by
rokm
Aug 14, 2023
Replies: 2 comments 7 replies
-
In onefile build, splash displays the files it extracts. In the current implementation, there is no way to disable that. That said, PyInstaller by default should not not collect .pyc files from |
Beta Was this translation helpful? Give feedback.
1 reply
-
Why isnt there any way to disable that? How can I go about editing the code itself to disable that. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Because up until now, nobody took an issue with it.
Disable this line:
pyinstaller/bootloader/src/pyi_launch.c
Line 332 in a732e7b
and recompile the bootloader.