I'm completely new to Python, This error is reported values = [ x.encode('utf8') for x in item['fields'].values() ] TypeError: string indices must be integers
I'm completely new to Python,
This error is reported
values = [ x.encode('utf8') for x in item['fields'].values() ]
TypeError: string indices must be integers