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

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

matlab - Using loops to get multiple values into a cell -

python - Sequence Pattern recognition with Pybrain -