hi guys,
i am getting this error whe i try to use yum extender (fc10):
Code:
Error Type: <type 'exceptions.IndexError'>
Error Value: list index out of range
File : /usr/share/yumex/yumex.py , line 737, in <module>
mainApp = YumexApplication()
File : /usr/share/yumex/yumex.py , line 446, in __init__
self.setupYum()
File : /usr/share/yumex/yumex.py , line 467, in setupYum
self.yumbase._setupBase()
File : /usr/share/yumex/yumapi.py , line 68, in _setupBase
self.doTsSetup()
File : /usr/lib/python2.5/site-packages/yum/depsolve.py , line 86, in doTsSetup
return self._getTs()
File : /usr/lib/python2.5/site-packages/yum/depsolve.py , line 101, in _getTs
self._getTsInfo(remove_only)
File : /usr/lib/python2.5/site-packages/yum/depsolve.py , line 112, in _getTsInfo
pkgSack = self.pkgSack
File : /usr/lib/python2.5/site-packages/yum/__init__.py , line 592, in <lambda>
pkgSack = property(fget=lambda self: self._getSacks(),
File : /usr/lib/python2.5/site-packages/yum/__init__.py , line 435, in _getSacks
self.repos.populateSack(which=repos)
File : /usr/lib/python2.5/site-packages/yum/repos.py , line 223, in populateSack
self.doSetup()
File : /usr/lib/python2.5/site-packages/yum/repos.py , line 71, in doSetup
self.ayum.plugins.run('postreposetup')
File : /usr/lib/python2.5/site-packages/yum/plugins.py , line 176, in run
func(conduitcls(self, self.base, conf, **kwargs))
File : /usr/lib/yum-plugins/rpm-warm-cache.py , line 31, in postreposetup_hook
if commands[0] in ('upgrade', 'install', 'remove'):
does any one knows whats going on ?
thanks for your help
hector