> > TypeError: unsubscriptable object[/color] > > It means either 'Function' or 'Description' is not a sequence. > Try inserting print statements to see what values they are. > > e.g: > > a = 2 > a[:10] > > will give me an 'unsubscriptabl e object' ...