Benjamin Peterson added the comment:
This is because how the filesystem encoding is determined has changed. You
probably need to explicity discover how non-ascii characters like those in
'/home/vincent/àéèîö.jpg' are encoded in your filesystem.
--
nosy: +benjamin.peterson
resolution:
New submission from Vincent Vande Vyvre :
Hi,
Trying this code:
--
# -*- coding: utf-8 -*-
import os
import sys
import platform
print('\nPython version: ', sys.version.split()[0])
print(platform.platform())
paths = ['/home/vincent/image.jpg', '/home/vincent/àéèî