uv + Splash Screen #9079
Closed
MrHenning
started this conversation in
Features & Development
Replies: 1 comment 4 replies
-
|
We're not going to make PyInstaller blindly assume that the system tkinter is available and a compatible version. If you want to do that yourself then fine but it would be far more sensible to just pick a Python implementation that works. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am testing to move my development dependency handling from
condatouv.Everything seems to work well, except for the splash screen.
I install all packages by e.g.
uv pip install pyinstallerinto my local uv-venv.The issue seems to be that
_tkinteris not installed as an extension, sotkinter_extension_filewill not be set here.However, is I manually set the system binaries here like so:
everything seems to work, and the splash-screen shows when the packaged app launches.
I don't really understand the internals of PyInstaller well enough do know if this is somehow fixable with
uv. Any suggestions?Beta Was this translation helpful? Give feedback.
All reactions