Well, I'm dealing with files in Pickle, I'm saving at the file a List of Objects from the same Class, When I try to retrive this information and try to iterate over them this error is raised:<br>TypeError: 'instancemethod' object is not iterable<br>
<br>But if I just print the method I get the 'real thing' what's the problem?<br>