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:
Have you tried to install the tkinter package?
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.
yes, installing tkinter fixed the problem.
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).