python-tkinter pulls in python3-tkinter and tk8
python-tkinter pulls in python3-tkinter and tk8
11 Replies
I can't even find it on fedora packages
:clueless:
https://packages.fedoraproject.org/search?query=python-tkinter&releases=Fedora+42&start=0
bizarre
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?All the PRs are squashed, so multiple commits are usually fine
Cool, I fixed it
what are you trying to do tho?
Nice work
like tkinter usually should be run on a container or something
maybe brew¿
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
https://github.com/m2Giles/m2os/pull/106
In the justfile!
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
...
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.
ye like the python from the system shouldnt be used for development if possible