Irving, Dave wrote:
So maybe I should try yum 2.2?
Ok... I just downloaded and installed the yum 2.2 rpms:
rpm -q yum
yum-2.2.0-0.fc3
So lets try another download:
yum -t install gnome-bluetooth libsigc++-devel
And......
Traceback (most recent call last):
File "/usr/bin/yum", line 7, in ?
yummain.main(sys.argv[1:])
File "/usr/share/yum-cli/yummain.py", line 68, in main
result, resultmsgs = base.doCommands()
File "/usr/share/yum-cli/cli.py", line 401, in doCommands
return self.installPkgs()
File "/usr/share/yum-cli/cli.py", line 808, in installPkgs
self.doRepoSetup()
File "/usr/share/yum-cli/cli.py", line 69, in doRepoSetup
repo.baseurlSetup()
File "repos.py", line 437, in baseurlSetup
File "repos.py", line 690, in getMirrorList
File "grabber.py", line 433, in urlopen
File "grabber.py", line 562, in urlopen
File "grabber.py", line 534, in _retry
File "grabber.py", line 561, in retryfunc
File "grabber.py", line 714, in __init__
File "grabber.py", line 758, in _do_open
File "grabber.py", line 835, in _make_request
File "/usr/lib/python2.3/urllib2.py", line 326, in open
'_open', req)
File "/usr/lib/python2.3/urllib2.py", line 306, in _call_chain
result = func(*args)
File "/usr/lib/python2.3/urllib2.py", line 491, in <lambda>
lambda r, proxy=url, type=type, meth=self.proxy_open: \
File "/usr/lib/python2.3/urllib2.py", line 498, in proxy_open
if '@' in host:
TypeError: iterable argument required
Can anyone help me out?
The facts are:
- Fedora Core 3
- Yum configured to use proxy
- Yum version yum-2.2.0-0.fc3
- Python version python-2.3.4-11
- Im real stuck right now....
Please post your /etc/yum.conf
Paul.