Bug 1290984

Summary: fedora-easy-karma crash in ejecution - ImportError: No module named yum
Product: [Fedora] Fedora Reporter: Héctor Louzao <louzaoh>
Component: fedora-easy-karmaAssignee: Till Maas <opensource>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 23CC: opensource
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-12-15 09:58:00 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Héctor Louzao 2015-12-12 12:22:49 UTC
Description of problem:

hhlp > fedora-easy-karma
Traceback (most recent call last):
  File "/usr/bin/fedora-easy-karma", line 47, in <module>
    import yum
ImportError: No module named yum
 hhlp > 

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

fedora-easy-karma-0-0.26.20150921gitc932687a.fc23.noarch

How reproducible:

Steps to Reproduce:

1. install su -c 'dnf --enablerepo=updates-testing install fedora-easy-karma'
2. execute fedora-easy-karma

Actual results:

see description of the problem

Expected results:

see this page -> https://fedoraproject.org/wiki/Fedora_Easy_Karma

Additional info:

I think the problen is because fedora 23 doesn't have yum installed by default because yum was decapreted... y also think the wiki must be updated

Comment 1 Héctor Louzao 2015-12-12 18:18:46 UTC
I can confirm that installing yum solve the problem althought why we need yum???
is isn't decapreted...

regards.,

Comment 2 Till Maas 2015-12-15 09:58:00 UTC
If you install python2-dnf it also works without yum.

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