Error in installing drivers using Python -
I have to install some device drivers via Python. I'm getting the error
[Windows Error 5]: Access is denied
install = subprocess.open (path, stdout = subprocess PIPE ) Install.communicate ()
You probably do not have permission to tune the specified path Try running the file as an administrator.
Comments
Post a Comment