python-tkinter pulls in python3-tkinter and tk8

python-tkinter pulls in python3-tkinter and tk8
11 Replies
TeamLinux01
TeamLinux01OP2w ago
I will try sudo rpm-ostree install python3-tkinter again and see what it does Hmm, using pip install, it can't find tkinter, python-tkinter, python3-tkinter. I can pip install tk but then the import has to be import tk not import tkinter Ok, I stand corrected about python3-tkinter not working, I will change the commit to that. Should I remove that PR and resubmit or add another commit on top of my PR?
Robert
Robert2w ago
All the PRs are squashed, so multiple commits are usually fine
TeamLinux01
TeamLinux01OP2w ago
Cool, I fixed it
tulip🌷
tulip🌷2w ago
what are you trying to do tho?
j0rge
j0rge2w ago
Nice work
tulip🌷
tulip🌷2w ago
like tkinter usually should be run on a container or something maybe brew¿
TeamLinux01
TeamLinux01OP2w ago
I did install it via brew, but then it only works if it runs the python3 from brew, not the system My Aurora-DX uses the /usr/bin/python for python, which is what VS Code defaults to using. which python3 uses /home/linuxbrew/.linuxbrew/bin/python3
M2
M22w ago
GitHub
chore(deps): update base images by renovate[bot] · Pull Request #1...
This PR contains the following updates: Package Update Change ghcr.io/ublue-os/aurora digest 41196cf -> aecd7ba ghcr.io/ublue-os/aurora-nvidia-open digest 4d2a782 -> ab33e07 ...
TeamLinux01
TeamLinux01OP2w ago
I just thought it would be easier to add the package to the base system for those that need it. If the preferred way to install it would be a container, I understand.
tulip🌷
tulip🌷2w ago
ye like the python from the system shouldnt be used for development if possible

Did you find this page helpful?