Bug 186296

Summary: kid fails to run. Raises exception.
Product: [Fedora] Fedora Reporter: john.l.villalovos
Component: python-kidAssignee: Konstantin Ryabitsev <icon>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 4CC: extras-qa
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 0.9.0-2 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-03-30 22:21:08 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 john.l.villalovos 2006-03-22 19:13:41 UTC
Description of problem:
Run kid or kidc and it fails.


Version-Release number of selected component (if applicable):
python-kid-0.9-1.fc4


How reproducible:
Run:
# kid
or 
# kidc


Actual results:
[root@navassa ~]# kid
Traceback (most recent call last):
  File "/usr/bin/kid", line 5, in ?
    from pkg_resources import load_entry_point
  File "/usr/lib/python2.4/site-packages/pkg_resources.py", line 2356, in ?
    working_set.require(__requires__)
  File "/usr/lib/python2.4/site-packages/pkg_resources.py", line 585, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python2.4/site-packages/pkg_resources.py", line 483, in resolve
    raise DistributionNotFound(req)  # XXX put more info here
pkg_resources.DistributionNotFound: elementtree


Expected results:
Probably a usage message


Additional info:
Author told me to submit this to remind him.

Comment 1 john.l.villalovos 2006-03-22 19:15:45 UTC
These RPMS are all installed on the system that has a problem:
[root@navassa ~]# rpm -q python-kid python-elementtree python-setuptools
python-kid-0.9-1.fc4
python-elementtree-1.2.6-4
python-setuptools-0.6a10-1.fc4

And python-kid package should probably require the python-setuptools package
because other things fail when it is not installed.

Comment 2 Konstantin Ryabitsev 2006-03-29 04:31:00 UTC
The buildsystem is a little hosed right now, but the fix is on the way. For now,
just delete /usr/lib/python*/site-packages/kid*egg*/requires.txt.