I have some code that is throwing this error when a read fails: object of type 'builtin_function_or_method' has no len()
and i want to find which line in the code is causing this. This is printed in an except statement:
except Exception, err:
print "Unable to read data"
print err