[Yum-devel] yum 2.1.3

seth vidal skvidal at phy.duke.edu
Mon Sep 20 06:13:20 UTC 2004


On Sun, 2004-09-19 at 18:59 -0400, Michael Jennings wrote:
> On Saturday, 18 September 2004, at 19:34:25 (-0400),
> seth vidal wrote:
> 
> > > Traceback (most recent call last):
> > >   File "/usr/share/newyum/yummain.py", line 139, in ?
> > >     main(sys.argv[1:])
> > >   File "/usr/share/newyum/yummain.py", line 94, in main
> > >     (result, resultmsgs) = base.buildTransaction() 
> > >   File "__init__.py", line 131, in buildTransaction
> > >   File "depsolve.py", line 151, in resolveDeps
> > >   File "depsolve.py", line 97, in populateTs
> > > TypeError: iteration over non-sequence
> > > 
> > 
> > What was the command you ran leading up to this error?
> 
> "yum update"
> 
> (Well, to be pedantic, it was "newyum update."  I hacked up the yum
> 2.1.x stuff to use "newyum" instead of "yum" so that I could test in
> parallel.)
> 

What version of rpm is this? and what ver of python?

The reason I'm distressed is that where it is erroring is:

for te in self.ts:

it's claiming self.ts is not an iteratable object.

And it REALLY should be :)

-sv







More information about the Yum-devel mailing list