here is the message I get:
Traceback (most recent call last):
File "/usr/share/redhat-config-packages/MainWindow.py", line 163, in ?
comps = im.readCompsViaMethod(hdlist, progress.update)
File "/usr/share/redhat-config-packages/method.py", line 488, in readCompsViaMethod
update_method = update_method)
File "/usr/share/redhat-config-packages/comps.py", line 387, in __init__
self.readCompsFile(file, self.packages)
File "/usr/share/redhat-config-packages/comps.py", line 471, in readCompsFile
self.setupStateDicts(packages)
File "/usr/share/redhat-config-packages/comps.py", line 420, in setupStateDicts
for prov in h[rpm.RPMTAG_PROVIDES]:
TypeError: iteration over non-sequence
I found this in RH bugzilla:
http://bugzilla.redhat.com/bugzilla/...g.cgi?id=77343
it seems to point to here for a solution:
http://bugzilla.redhat.com/bugzilla/...g.cgi?id=74877
I downloaded the file after Additional Comment #7 From Jeremy Katz on 2002-10-11 17:11.
It did not solve the problem. Am I correct in thinking that this is a solution to my particular problem?