So I am trying to use this Python code for a spectrograph. I haven't done much Python and have no clue how to fix this issue. As you can see in the image it says that it cant find the file, from what i understand, where its searching for it.Screenshot of the code
I first tried fixing the problem by finding out how to move the file to where its looking for it using Shutil but i ran into the problem "SyntaxError: Unicode error" which i did not expect, probably because of my limited knowledge of python.Screenshot of error