On Tue, 2004-05-11 at 11:40, King, John (Greg) (LMIT-HOU) wrote: > Any idea on the above error? > > System Dell Workstation running Fedora Core 2 test 3 > > command > >/usr/share/comps-extras/getnotincomps.py /home/FC2/fedora-load/ i386 > Fedora/base > > Error Message > File "/usr/share/comps-extras/getnotincomps.py", line 58, in ? > main() > File "/usr/share/comps-extras/getnotincomps.py", line 47, in main > for pkg in comps.packages[name].dependencies: > KeyError: 'aspell-sv' Ah yes, you have reached the limits of getnotincomps. As near as I can tell, this is telling you that no packages depend on aspell-sv. I haven't debugged this, as I just use the old getfullcomps.py for now, because it actually tells you the dependencies that are missing. If I get a chance, I'll see if I can figure out why getnotincomps is not doing what we want it to do, and I'll buzilla it. For now, you can just use the old getfullcomps.py, or I can find it and post it here. Forrest