Advertisement
Guest User

Untitled

a guest
Jul 18th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. usr/local/bin/python3.7 /Users/carolin/PycharmProjects/WSLider2/WSLider2.py
  2. Traceback (most recent call last):
  3. File "/Users/carolin/Library/Python/3.7/lib/python/site-packages/selenium/webdriver/common/service.py", line 76, in start
  4. stdin=PIPE)
  5. File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/subprocess.py", line 756, in __init__
  6. restore_signals, start_new_session)
  7. File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/subprocess.py", line 1499, in _execute_child
  8. raise child_exception_type(errno_num, err_msg, err_filename)
  9. **PermissionError: [Errno 13] Permission denied: '/Users/carolin/PycharmProjects/WSLider2**'
  10.  
  11. During handling of the above exception, another exception occurred:
  12.  
  13. Traceback (most recent call last):
  14. File "/Users/carolin/PycharmProjects/WSLider2/WSLider2.py", line 12, in <module>
  15. browser21 = webdriver.Chrome(executable_path=rutaChromeDriver)
  16. File "/Users/carolin/Library/Python/3.7/lib/python/site-packages/selenium/webdriver/chrome/webdriver.py", line 68, in __init__
  17. self.service.start()
  18. File "/Users/carolin/Library/Python/3.7/lib/python/site-packages/selenium/webdriver/common/service.py", line 88, in start
  19. os.path.basename(self.path), self.start_error_message)
  20. selenium.common.exceptions.WebDriverException: Message: 'WSLider2' executable may have wrong permissions. Please see https://sites.google.com/a/chromium.org/chromedriver/home
  21.  
  22. Process finished with exit code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement