Bug 187882

Summary: Tkinter does not load due to libriry missing
Product: [Fedora] Fedora Reporter: Sergio Pascual <sergio.pasra>
Component: pythonAssignee: Mihai Ibanescu <mihai.ibanescu>
Status: CLOSED CURRENTRELEASE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 5CC: katzj
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 8.4.0-6 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-05-03 09:24:40 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 Sergio Pascual 2006-04-04 09:28:00 UTC
Description of problem:
In fact this is a problem of the package tkinter, but it is not listed on the
component list in Buzgilla, sorry.

run python command line and load Tkinter. Tkinter fails loading.

Version-Release number of selected component (if applicable):
tkinter-2.4.2-3.2.1
tix-8.4.0-4


How reproducible:
Always

Steps to Reproduce:
1. run python command line
2. import Tkinter
3.
  
Actual results:
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/usr/lib/python2.4/lib-tk/Tkinter.py", line 38, in ?
    import _tkinter # If this fails your Python may not be configured for Tk
ImportError: libTix8.4.so: cannot open shared object file: No such file or directory


Expected results:


Additional info:
Package tix has moved libTix8.4.so from /usr/lib/libTix8.4.so to
/usr/lib/Tix8.4/libTix8.4.so and /usr/lib/python2.4/lib-dynload/_tkinter.so
can not find libTix. Should tkinter be rebuilt to be able to find ibTix8.4.so in
its new location?