Bug 76912

Summary: missing python-tkinter RPM
Product: [Retired] Red Hat Linux Reporter: Fred Gansevles <psyche>
Component: pythonAssignee: Mihai Ibanescu <mihai.ibanescu>
Status: CLOSED RAWHIDE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 8.0   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-11-05 20:49:05 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 Fred Gansevles 2002-10-29 10:40:31 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (compatible; Konqueror/3.0.0; Linux)

Description of problem:
In the latest distribution (Psyche 8.0) the RPM for python-tkinter is missing
althoug python-tools (which contains idle, which in turn uses tkinter) is
distributed

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. rpm -Uhv python-tools-*.rpm
2. idle
3.
 

Actual Results:  idle doesnt' start because it can't find the Tkinter module

Expected Results:  a gui for Python development should start

Additional info:

Comment 1 Mihai Ibanescu 2002-11-05 13:07:19 UTC
Have you tried to install the tkinter package?

Comment 2 Mihai Ibanescu 2002-11-05 13:13:10 UTC
Either way, added a Requires of tkinter for python-tools. Should be fixed in the
upcoming rawhide package. Let me know if installing tkinter fixes the problem
you noticed.

Comment 3 Fred Gansevles 2002-11-05 20:48:57 UTC
yes, installing tkinter fixed the problem.

Comment 4 Mihai Ibanescu 2002-11-05 20:57:56 UTC
OK, closing as RAWHIDE since I've added the missing dependency (even though it
will take a while until the package makes it into rawhide).