attempted to manually install flash player for firefox in KDE fedora 9
Here is the error, and I'm having lots of trouble with downloading and installing any new packages:
It says no GPG signature, force?
Error Type: <type 'exceptions.AttributeError'>
Error Value: 'NoneType' object has no attribute 'getProvides'
File : /usr/share/PackageKit/helpers/yum/install-files.py , line 20, in <module>
backend.install_files(trusted, files_to_inst)
File : /usr/share/PackageKit/helpers/yum/yumBackend.py , line 990, in install_files
self._runYumTransaction()
File : /usr/share/PackageKit/helpers/yum/yumBackend.py , line 1068, in _runYumTransaction
rc,msgs = self.yumbase.buildTransaction()
File : /usr/lib/python2.5/site-packages/yum/__init__.py , line 628, in buildTransaction
(rescode, restring) = self.resolveDeps()
File : /usr/lib/python2.5/site-packages/yum/depsolve.py , line 650, in resolveDeps
CheckDeps, checkinstalls, checkremoves, missing = self._resolveRequires(errors)
File : /usr/lib/python2.5/site-packages/yum/depsolve.py , line 733, in _resolveRequires
thisneeds = self._checkInstall(txmbr)
File : /usr/lib/python2.5/site-packages/yum/depsolve.py , line 775, in _checkInstall
provs = self.tsInfo.getProvides(*req)
File : /usr/lib/python2.5/site-packages/yum/transactioninfo.py , line 430, in getProvides
result = self.getOldProvides(name, flag, version)
File : /usr/lib/python2.5/site-packages/yum/transactioninfo.py , line 423, in getOldProvides
for pkg, hits in self.rpmdb.getProvides(name, flag, version).iteritems():
Last edited by mbvpixies78; 05-25-2008 at 04:20 PM.
|