Python IOError: Errno 13 Permission denied
问题 Ok, I'm totally baffled. I've been working on this all night and I can't get it to work. I have premission to look into the file, all I want to do is read the darn thing. Every time I try I get: Traceback (most recent call last): File "<pyshell#3>", line 1, in <module> scan('test', rules, 0) File "C:\Python32\PythonStuff\csc242hw7\csc242hw7.py", line 45, in scan files = open(n, 'r') IOError: [Errno 13] Permission denied: 'test\\test' Here is my code. It's unfinished but I feel I should at