Bug 220844

Summary: kidc and kid (server) does not working without python-setuptools
Product: [Fedora] Fedora Reporter: Jan ONDREJ <ondrejj>
Component: python-kidAssignee: Konstantin Ryabitsev <icon>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 6   
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: 2007-01-02 19:59:07 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 Jan ONDREJ 2006-12-27 21:13:30 UTC
Description of problem:
If you don't have python-setuptools installed, kidc and kid server are not working.

Version-Release number of selected component (if applicable):
0.9.4 and also 0.9.3

How reproducible:
always

Steps to Reproduce:
1. kidc
  
Actual results:
Traceback (most recent call last):
  File "/usr/bin/kid", line 5, in ?
    from pkg_resources import load_entry_point
ImportError: No module named pkg_resources


Expected results:
kidc: No kid template specified.
      Try 'kidc --help' for usage information.


Additional info:
You can add python-setuptools to requirements to fix this bug.

Comment 1 Konstantin Ryabitsev 2007-01-02 19:59:07 UTC
I think I have worked around this in the upcoming release.