Sep-26-2017, 06:10 PM
Thanks again for your efforts.
Getting a TypeError: string indices must be integers, not str error this time. I think the plislib module likes to make life tough for us all!
This might help you out though...
The outputs of...
Getting a TypeError: string indices must be integers, not str error this time. I think the plislib module likes to make life tough for us all!
This might help you out though...
The outputs of...
print (type(file_data)) print (type(candidates)) print (type(y)) ... <type 'list'> <type 'list'> <class 'plistlib._InternalDict'>