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

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -