# Traceback (innermost last): File "./glint.py", line 22, in ? from Tkinter import * File "/usr/lib/python1.5/lib-tk/Tkinter.py", line 5, in ? import _tkinter # If this fails your Python is not configured for Tk ImportError: libtix4.1.8.0.so: cannot open shared object file: No such file or directory
I resolved it. There is no dependence defined between the rpm packages for it. After instaling tix, its running. You should rebuild some packages with corrected REQUIRENAME in .spec file.
The specific requirement is glint needs to require tkinter. This will be fixed in whatever the next release of glint is.