I am trying to use shutils to copy a folder but it throws errno 13 at me.
The traceback points to open() as the culprit. I wrote a test script:
open(raw_input("Filename: "))
this is the result:
Filename:e:
Traceback (most recent call last):
File "C:\Documents and Settings\talvey\Desktop\testOpen.py", line 1, in <module>
open(raw_input("Filename:"))
IOError: [Errno 13] Permission denied: 'e:'
'everyone' has full control on e:
I am using winXP