Updates from this morning fixed this. Must have been one of the Python
related packages, anaconda wasn't updated.
HTH.
--
Bill in Denver
On Fri, 13 Oct 2006, Vnpenguin wrote:
Hi all,
I just updated to anaconda 11.1.1.2-1 on my FC6-test3 box. When I run
pkgorder I got following error:
Traceback (most recent call last):
File "/usr/lib/anaconda-runtime/pkgorder", line 162, in ?
addGroups(ds, ["core", "base", "text-internet"])
File "/usr/lib/anaconda-runtime/pkgorder", line 95, in addGroups
map(ds.selectGroup, filter(lambda x: ds.comps.has_group(x), groupLst))
File "/usr/lib/python2.4/site-packages/yum/__init__.py", line 1384,
in selectGroup
txmbrs = self.install(name = pkg)
File "/usr/lib/python2.4/site-packages/yum/__init__.py", line 1718, in
install
pkgs = pkgSack.returnNewestByName()
File "/usr/lib/python2.4/site-packages/yum/packageSack.py", line
585, in returnNewestByName
if pkg.EVR > pkg2.EVR:
File "/usr/lib/python2.4/site-packages/yum/packages.py", line 330, in
<lambda>
EVR = property(fget=lambda self: self.returnEVR())
AttributeError: YumAvailablePackageSqlite instance has no attribute
'returnEVR'
With previous release, I have no error in pkgorder.
Any ideas ?
Thanks,