TypeError: list indices must be integers

Jon Clements joncle at googlemail.com
Tue Jun 1 18:30:50 EDT 2010


On 1 June, 23:06, Terry Reedy <tjre... at udel.edu> wrote:
> I got this error twice today
> while creating lists of lists
> of complicated stuff.
> The first time I was puzzled,
> but the second time I knew
> that I had just forgotten a comma.
> If you google this, you will too.
>
> Reduced example
>  >>> [[1,2,3] # forgot comma
>       [4,5,6]]
> Traceback (most recent call last):
>    File "<pyshell#10>", line 2, in <module>
>      [4,5,6]]
> TypeError: list indices must be integers, not tuple
>
> Terry Jan Reedy

Umm... +1 for poetic effort?

Jon.



More information about the Python-list mailing list