Robot Framework安装配置 windows

1.install python
https://www.python.org/downloads/release/python-279/
choose "Files" -> "Windows x86 MSI installer".

python --version
Python 2.7.9

2.install robot framework
https://pypi.python.org/pypi/robotframework#downloads
choose "Download"-> File-> "robotframework-2.8.7.win32.exe (md5)",download and install.

pybot --version
Robot Framework 2.8.7(Python 2.7.9 on win32)

3.install wxPython
https://sourceforge.net/projects/wxpython/files/wxPython/
download and install.

PS:
Following is the wxPython official download website, but I can only find the latest version(3.0), and it's pop out "Wrong wxPython version." after running "ride.py",so I reinstalled wxPython 2.8.
http://wxpython.org/download.php#stable

4.install ride
https://pypi.python.org/pypi/robotframework-ride
choose "robotframework-ride-1.3.win32.exe (md5)",download and install.

5. run "ride.py" in cmd.

原文地址:https://www.cnblogs.com/miniren/p/4638975.html