On 14/08/2025 07:30, Greg Wooledge wrote:
On Thu, Aug 14, 2025 at 05:57:27 +0700, Budi Janto wrote:
from tkinter import tix
ImportError: cannot import name 'tix' from 'tkinter'
(/usr/lib/python3.13/tkinter/__init__.py)
There is no clue of the package named tix.
Try installing tix. See if you still get the same error.
(I really thought that was clear. But I will be more explicit now.)
Bookworm:
<https://packages.debian.org/bookworm/amd64/python3-tk/filelist>
/usr/lib/python3.11/tkinter/tix.py
Trixie
<https://packages.debian.org/trixie/amd64/python3.13-tk/filelist>
no tix.py any more. I do not see anything suitable in file search
<https://packages.debian.org/search?suite=trixie&searchon=contents&keywords=tix.py>
You may try to find what has happened with the tix module in tkinter and
whether uvr5 has been ported to the current tkinter version.