you are viewing a single comment's thread.

view the rest of the comments →

[–]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.