Bug 36

Summary: Incompatibility Python nad Tk
Product: [Retired] Red Hat Linux Reporter: petr_kristof
Component: distributionAssignee: David Lawrence <dkl>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: 5.2   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1998-11-13 17:52:22 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description petr_kristof 1998-11-11 06:48:33 UTC
# 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

Comment 1 petr_kristof 1998-11-12 06:48:59 UTC
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.

Comment 2 Bill Nottingham 1998-11-13 17:52:59 UTC
The specific requirement is glint needs to require tkinter.
This will be fixed in whatever the next release of glint is.