FileNotFoundError: [WinError 3] The system cannot find the path specified
I’m trying to rename a file with os.rename() in Python and I get this: FileNotFoundError: [WinError 3] The system cannot find the path specified: But I have this file here and with other files it works ok.