| <type 'exceptions.TypeError'> | Python 2.6.7: /usr/local/bin/python Tue Feb 7 11:12:43 2012 |
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
| /home/users/lurtgjort/mediafon/skript/tns-toppliste-cache.py in |
| 40 liste = buf.find('table', 'redresults') |
| 41 |
| 42 liste['id'] = 'tns-table' |
| 43 |
| 44 # remove noise |
| liste = None |
<type 'exceptions.TypeError'>: 'NoneType' object does not support item assignment
args =
("'NoneType' object does not support item assignment",)
message =
"'NoneType' object does not support item assignment"