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:
TypeError: 'instancemethod' object is not iterable

But if I just print the method I get the 'real thing' what's the problem?
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to