Python Permission Error [winerror32]...being Used By Another Process
I have some images in a folder and if their dimensions are not what I want, I copy them to another folder and then resize them using the thumbnail command. After I've done that I w
Solution 1:
Solved it, I used shutil.move instead of os.rename.
Post a Comment for "Python Permission Error [winerror32]...being Used By Another Process"