Bug 69182

Summary: tkinter does not exist in limbo
Product: [Retired] Red Hat Public Beta Reporter: Tom "spot" Callaway <tcallawa>
Component: pythonAssignee: Matt Wilson <msw>
Status: CLOSED DUPLICATE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: limboCC: ejb
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: 2002-08-07 09:20:58 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 Tom "spot" Callaway 2002-07-18 17:57:30 UTC
Description of Problem:

tkinter does not exist in limbo

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

n/a

This isn't so much of a problem that it doesn't exist, the deprecation of
tkinter is fine by me, but rather that nothing explicitly obsoletes it. This
breaks dist upgrades unnecessarily. Having the base tk package obsolete tkinter
would resolve this concern.

Resolution:

Add Obsoletes: tkinter to the Limbo tk spec file.

Comment 1 Bill Nottingham 2002-07-21 03:56:10 UTC
I really don't like the idea of obsoleteing packages when their functionality
isn't replaced.

Comment 2 Need Real Name 2002-07-30 03:55:05 UTC
PySol uses tkinter and this is a great application. 
Please bring tinker back (ref  #68845)

Comment 3 Jay Berkenbilt 2002-08-06 01:41:48 UTC
I have many applications that now no longer work since they depend upon Tkinter.
 As far as I know, this is still the most portable way to write a gui in python.
 pygtk does not work on non-Unix platforms, to my knowledge.

I'm sad that Tk isn't installed by default, but I'm even sadder that Tkinter is
gone.  Please explain the reasoning for this.  Also, I'm confused by bug 69838
which seems to imply existence of something called tkinter2.  This existed in
RedHat 7.3 (thus leading me to think that Tkinter would be around in whatever
release switched Python to version 2.x).

I would switch the severity of this to high since there is no workaround, but I
can't do that since I am not the poster.

Comment 4 Jens Petersen 2002-08-07 09:20:53 UTC
tkinter used to be part of python2 in Valhalla.  Assigning to python owner.

Comment 5 Mike McLean 2002-08-07 19:40:57 UTC

*** This bug has been marked as a duplicate of 70896 ***