Hi guys. This is my first ever attempt at modifying a Fedora
Linux CD. I have followed the guide at http://rau.homedns.org/twiki/bin/view/Anaconda/CustomizingFedoraCore
and am at the part where I need to check the dependencies. I have edited the getfullcomps.py file to point to “Fedora”
instead of “RedHat”. When running getfullcomps.py, I get the
following error: Traceback (most recent call last): File "/usr/share/comps-extras/getfullcomps.py",
line 204, in ? mypkgxml, nopackage, brokendep = main() File "/usr/share/comps-extras/getfullcomps.py",
line 68, in main compslist = comps.Comps("%s/%s/Fedora/base/%s"
% (path, arch, filename)) AttributeError: 'module' object has no attribute 'Comps' Can anyone enlighten me as to what the problem could be? Thanks, Rodney Beck |