Bug 274291

Summary: pirut wont run
Product: [Fedora] Fedora Reporter: ronald accardy <itsmealso2>
Component: pirutAssignee: Jeremy Katz <katzj>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: medium    
Version: 8CC: james.antill
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: 2007-09-05 14:28:30 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 ronald accardy 2007-09-02 02:23:28 UTC
since update of august 31 software updater wont run  add/remove software wont 
run . I can still update with yum update from console .

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


How reproducible:
100% reproduceable

steps to Reproduce:
1.attempt to start pirut from icon or from menu or from console
2.
3.
  
Actual results:
[ron@localhost ~]$ pirut
Traceback (most recent call last):
  File "/usr/sbin/pirut", line 38, in <module>
    from pirut import *
  File "/usr/lib/python2.5/site-packages/pirut/__init__.py", line 40, in 
<module>
    import RepoSelector
  File "/usr/lib/python2.5/site-packages/pirut/RepoSelector.py", line 30, in 
<module>
    import iniparse
ImportError: No module named iniparse
[ron@localhost ~]$ 


Expected results:


Additional info:

Comment 1 ronald accardy 2007-09-02 13:49:29 UTC
resolved by installing python-iniparse , it must not have been pulled in by the 
dependencies during the update.

Comment 2 Jeremy Katz 2007-09-04 17:46:04 UTC
It should be required.  How did you install the pirut update?

Comment 3 ronald accardy 2007-09-05 03:07:26 UTC
pirut update was installed by pup during a regular install of updates. I 
installed python_iniparse with yum 

Comment 4 Jeremy Katz 2007-09-05 14:28:30 UTC
Both yum and pirut should now be requiring python-iniparse, so I'm not sure how
you wouldn't get it pulled in....  there have been a few quirks with depsolving
in pre-3.2.4 yum, though, so I'm going to bet you just happened to hit one of
those cases

Comment 5 ronald accardy 2007-09-05 23:26:02 UTC
I think you are probably correct . everything is ok now , I just let the updater
install the updates as they come in and python-iniparse must have fallen 
through the cracks. as you can see from the error message it wasn't there after 
the update but it was installable with yum install ...  .