On Tue, 16 Nov 2004, Ben Fitzgerald wrote: > File "/usr/lib/python2.2/urllib2.py", line 230, in get_type > raise ValueError, "unknown url type: %s" % self.__original >ValueError: unknown url type: /export/opt/kickstart/RedHat/base/comps Try file:///export/opt... which might be the URL syntax it expects. Cheers, Phil