Quote:
Originally Posted by hobnail
There are pages on the python site about how to convert python 2 to python 3 and things that will need to be fixed. One of the items was about how with python 2 the code could treat characters as binary data, but you can no longer do that with python 3. I suspect that this error is due to that.
|
Yes, indirectly. The existing code used a common function to read and cache items with no provision for the difference between reading images and text.
I already fixed a similar problem when writing.