On Windows I need to open our files in binary mode using open(name, 'rb')
or open(name, 'wb') when reading and writing non-ASCII data. Solved above Version 12.5-15
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
On Windows I need to open our files in binary mode using open(name, 'rb')
or open(name, 'wb') when reading and writing non-ASCII data. Solved above Version 12.5-15