Trying to read following string as file using StringIO but getting the error below. How can I resolve it?
StringIO
>> from io import StringIO >&
Rather use (fixes this exact issue for me):
from StringIO import StringIO