0
[Errno 13] Permission denied. Plz help
open(“C:\Program Files (x86)\Google\Chrome\Application”) Even though I ran it in cmd as administrator, I still get this error.
4 odpowiedzi
+ 1
Seems like you are trying to open the containing folder instead of chrome.exe in there? Have you tried webbrowser.open()?
0
yep
0
also tried os module and nothing