PermissionError [Errno 13] Permission denied Python 2023

Thank you! I was able to get it figured out

Thank you, Eryk!

I’ve been going through this same issue, for hours. (background, I’m doing a “Processing Data with Python” course in Cousera, from UCSD)

In the example, they demonstrate first opening the directory, and then accessing the file from that object. Now, I can see, in Windows, this is not possible. The file must include the directory in the same call.

Cheers!