I am trying to install "selenium-2.44.0" for "Python-3.4.1" on Windows 7 64 bit machine. I downloaded "selenium-2.44.0.tar.gz" and extracted to "Desktop" folder.
When I execute the command:
C:\Python34>python C:\Users\User_Name\Desktop\selenium-2.44.0\setup.py install
I get the following output:
running install
running bdist_egg
running egg_info
creating selenium.egg-info
writing selenium.egg-info\PKG-INFO
writing dependency_links to selenium.egg-info\dependency_links.txt
writing top-level names to selenium.egg-info\top_level.txt
writing manifest file 'selenium.egg-info\SOURCES.txt'
warning: manifest_maker: standard file 'setup.py' not found
error: package directory 'py\selenium' does not exist
running install
running bdist_egg
running egg_info
creating selenium.egg-info
writing selenium.egg-info\PKG-INFO
writing dependency_links to selenium.egg-info\dependency_links.txt
writing top-level names to selenium.egg-info\top_level.txt
writing manifest file 'selenium.egg-info\SOURCES.txt'
warning: manifest_maker: standard file 'setup.py' not found
error: package directory 'py\selenium' does not exist
But, within "selenium-2.44.0" folder, "py\selenium" directory exists.
Help!!
Thanks
c:\python34\scripts\pip.exe install selenium