Comment #37 on issue 539 by bharath....@gmail.com: Problems with
installation on Windows 7
http://code.google.com/p/robotframework/issues/detail?id=539
Hi Guys, try these 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.win64”
7. Install SSHLibrary-1.0.win32.exe (64 bit is not available)
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