Bug 184253

Summary: Pirut immediately fails with No Attribute GroupError
Product: [Fedora] Fedora Reporter: Walter Francis <wally>
Component: pirutAssignee: Jeremy Katz <katzj>
Status: CLOSED DUPLICATE QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: 5   
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: 2006-03-07 18:57:53 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 Walter Francis 2006-03-07 18:42:06 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1

Description of problem:
When attempting to run Pirut from Gnome or command line, it immediately fails for No Attribute GroupError in the blurb of Python that is barfed out.

Component: Software Manager
Summary: TBf0b8122f __init__.py:135:reposSetup:AttributeError: 'module' object has no attribute 'GroupError'

Traceback (most recent call last):
File "/usr/sbin/pirut", line 404, in ?
main()
File "/usr/sbin/pirut", line 400, in main
pm.run()
File "/usr/sbin/pirut", line 350, in run
self.doRefresh()
File "/usr/sbin/pirut", line 360, in doRefresh
self.reposSetup(pbar)
File "/usr/lib/python2.4/site-packages/pirut/__init__.py", line 135, in reposSetup
except yum.Errors.GroupError:
AttributeError: 'module' object has no attribute 'GroupError'

Local variables in innermost frame:
callback: <pirut.Progress.PirutProgressCallback instance at 0x2b6ddf80ed88>
self: <__main__.PackageManager object at 0x2b6ddf4c8290>

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

How reproducible:
Always

Steps to Reproduce:
1. Install FC5t3
2. Use yum, see that it works.
3. Launch Pirut, note that it fails for GroupInfo something.

Actual Results:  Pirut fails.

Expected Results:  Pirut launches and is able to install/remove software.

Additional info:

Comment 1 Jef Spaleta 2006-03-07 18:57:53 UTC
Closing this as duplicate of bug 181370
and fixed in pirut 0.9.11-1

Please before filing bugs, check to see if the latest available update has fixed
the issue.


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

Comment 2 Walter Francis 2006-03-22 21:14:31 UTC
Yes, is it is fixed in x86_64 FC5 DVD release.