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 - Performance of System() -

python - how we can use ajax() in views.py in django? -

sql server - How to use pivot in this table -