`shutil.copyfile` Error: Permissions Denied
问题 I have worked through a number of other threads on this, but not of their solutions seem to work here, that or I am not understanding properly, and would love your help. I am getting a: IOError: [Errno 13] Permission denied: 'W:\\test\\Temporary Folder 195\\Sub-fold1 This is the general code i started with. summary_file = r'W:/test/SDC Analysis Summary.docm' shutil.copyfile(summary_file, os.getcwd()) I have also varied this a little bit based on other threads, specifically replacing summary