Getting "TypeError:list indices must be integers"

John Machin sjmachin at lexicon.net
Tue Jun 13 03:08:22 EDT 2006


On 13/06/2006 4:11 PM, Girish Sahani wrote:
[snip]
>        instance = ti2(k)
>        tiNew = ti1.append(instance)

ti2 is quacking "function" but ti1 is quacking "list".

Possibilities:
(1) You meant to type ti2[k] ... and this section of code has not yet 
been executed, and would have featured as episode N+1 had morbid 
curiosity not led me to read further.
(2) You have the weirdest system of choosing names that I have seen for 
decades.
(3) Both of the above.

Cheers,
John



More information about the Python-list mailing list