After installing Selenium in Ubuntu and adding geckodriver to path I get this error when I run
from selenium import webdriver driver = webdriver.Firefox()
The problem is that you renamed "geckodriver" to "wires".
The solution is to add "geckodriver" to search path then it should work.