ValueError: too many values to unpack

shandy.b at gmail.com shandy.b at gmail.com
Wed Apr 11 13:20:13 EDT 2007


That happens when you try something like this:

a,b,c = [1,2,3,4]

It means there are more items on the right side than the left.  You
probably have < 11 variables on the left side.

On Apr 11, 10:13 am, "fscked" <fsckedag... at gmail.com> wrote:
> Trying to use CSV to read in a line with 11 fields and I keep getting
> this error. I have googled a bit and have been unable to figure it out.





More information about the Python-list mailing list