We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi
When i try to run it on Windows with CMD Admin or CMD as normal it get the following
Python run.py F:\ C:\OutPut
It fails at Line 24 F = open(sys.argv[1], ‘rb’)
PermissionError: [Errno 13] Permission denied ‘F:\’
any idea why ? Permission look ok by the following icacls “F:”
"F: No permissions are set. All users have full control. Succesfully process 1 files; Failed processing 0 files”
Any ideal why ?
/eaxium
The text was updated successfully, but these errors were encountered:
Exactly run into the same issue. I was running the script as an admin but this was not enough
Sorry, something went wrong.
No branches or pull requests
Hi
When i try to run it on Windows with CMD Admin or CMD as normal it get the following
Python run.py F:\ C:\OutPut
It fails at Line 24
F = open(sys.argv[1], ‘rb’)
PermissionError: [Errno 13] Permission denied ‘F:\’
any idea why ?
Permission look ok by the following icacls “F:”
"F: No permissions are set. All users have full control. Succesfully process 1 files; Failed processing 0 files”
Any ideal why ?
/eaxium
The text was updated successfully, but these errors were encountered: