--> -->
 
 
<type 'exceptions.TypeError'>
Python 2.6.4: /usr/local/bin/python
Fri Jul 30 10:11:40 2010

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"