Re: More Yum Problems with F7

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 7/6/07, Tom Browder <tom.browder@xxxxxxxxx> wrote:
I normally use my Linux laptop offline because wireless doesn'y work
(ipw2200--see previous threads|).

Yesterday I connected via wire and tried yum update.  Got following response:

==>
Loading "installonlyn" plugin


Could not find any working storages.
Exception exceptions.AttributeError: "'YumRepository' object has no
attribute 'sack'" in <bound method YumRepository.__del__ of
<yum.yumRepo.YumRepository object at 0x9276f8c>> ignored
<==

Are you *sure* that sqlite is installed and OK? (type sqlite3)

Same for python-sqlite? (???)

This error - "> Could not find any working storages." - indicates that
yum can't import sqlite

Chris


PS - from yum/storagefactory.py:

def GetStorage():
   storage = None

   # Try to load storages, prefering the fastest one.

   try:
       storage = StorageSqliteC()
       return storage
   except ImportError:
       pass

   try:
       storage = StorageSqlite()
       return storage
   except ImportError:
       pass

   raise Errors.YumBaseError, 'Could not find any working storages.'


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux