Bug 183320

Summary: traceback trying to deselet an installed package
Product: [Fedora] Fedora Reporter: Christopher Aillon <caillon>
Component: pirutAssignee: Jeremy Katz <katzj>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-02-28 16:19:23 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:
Bug Depends On:    
Bug Blocks: 150222    

Description Christopher Aillon 2006-02-28 06:36:57 UTC
I tried to uncheck gnome-pilot to uninstall it, and got a traceback:

# rpm -q pirut
pirut-0.9.16-1
# cat pirut.log
Component: Software Manager
Summary: TB6d0a67a4 __init__.py:171:simpleDBInstalled:TypeError: unknown key type

Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/pirut/GroupSelector.py", line 151, in
_pkgToggled
    if sel and not self.ayum.simpleDBInstalled(name = pkg):
  File "/usr/lib/python2.4/site-packages/pirut/__init__.py", line 171, in
simpleDBInstalled
    mi = self.ts.ts.dbMatch('name', name)
TypeError: unknown key type

Local variables in innermost frame:
self: <__main__.PackageManager object at 0xb7a8008c>
name: gnome-pilot - 2.0.13-7.fc5.2.1.i386

Comment 1 Bill Nottingham 2006-02-28 16:19:23 UTC

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