Bug 187882 - Tkinter does not load due to libriry missing
Summary: Tkinter does not load due to libriry missing
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: python
Version: 5
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Mihai Ibanescu
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-04-04 09:28 UTC by Sergio Pascual
Modified: 2007-11-30 22:11 UTC (History)
1 user (show)

Fixed In Version: 8.4.0-6
Clone Of:
Environment:
Last Closed: 2006-05-03 09:24:40 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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?


Note You need to log in before you can comment on or make changes to this bug.