Comment #11 on issue 235 by [email protected]: Installation sometimes
fails on Win7 64-bit
http://code.google.com/p/robotframework-seleniumlibrary/issues/detail?id=235
Hi Mareet,
Please try these following steps for installation:
1. Install python-2.7.2.msi (64-bit)
2. Install pycrypto-2.3.win64-py2.7
3. Set Environment parameters - ->my
computer->properties->advanced->environmental variables->set PATH variable
with C:\Python27
4. Install paramiko-1.7
a. Extract to a folder and place in c drive.
b. Go to paramiko-1.7 folder through cmd.
c. Execute “python setup.py build”
d. Execute “python setup.py install”
5. Install wxPython2.8-win64-unicode-2.8.12.1-py27.exe
6. Install “robotframework-2.5.5.win32”
7. Install SSHLibrary-1.0.win32.exe
8. Install robotframework-seleniumlibrary-2.8.1.win64.exe
9. Install “robotframework-ride-0.32.1.win64”
10. Set Environment parameters – PATH as C:\Python27\Scripts
To test installation:
Open CMD and execute pybot -–version
Best Regards,
Bharath V