Reading existing file in python, file not found error

my query is that my code is running a .exe file which yields a file ‘o’ (type ‘File’) . but when I’m trying to read the file in same code, it’s showing FileNotFoundError , although the file is being created and absolute path is also found for the same. kindly help. it’s urgent.