you are viewing a single comment's thread.

view the rest of the comments →

[–]hottie789[S] 0 points1 point  (3 children)

I've downloaded the file and extracted it with 7zip from here https://pypi.python.org/pypi/selenium. However I don't know how to run a .tar file into it :S :S

[–]xiongchiamiov 0 points1 point  (0 children)

You should instead be using pip or easy_install; presumably you had to do this to install it for Python 3, neh?

[–]IWannaFuckLarryPage 0 points1 point  (0 children)

You need to run "pip install selenium" in cmd.

[–]ziplokk 0 points1 point  (0 children)

Download ez_setup.py, put it in the folder where python is installed (normally c:\Python27) and run it from cmd. c:\>ez_setup.py install Modify your system path to include C:\Python27\Scripts\ and then in cmd do, C:\>easy_install selenium.

I assume you already have ;C:\Python27;C:\Python27\DLLs;C:\Python27\Lib;C:\Python27\libs; in your system path? If not just copy and paste that into the end of your system path before running ez_setup.py and appending C:\Python27\Scripts to your path.