Une exception s'est produite: filenotfounderror

import os 
dir_path = os.path.dirname(os.path.realpath(__file__))

open(dir_path + '/' + 'data.json')
Testy Termite