On Tue, 2004-05-11 at 09:55, RaveRod wrote: > 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' Do you have rhpl installed? How exactly did you invoke getfullcomps? Forrest