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.

相关文章:

  • 2022-12-23
  • 2021-05-11
  • 2021-10-16
  • 2021-07-16
  • 2021-03-30
  • 2021-04-03
猜你喜欢
  • 2021-07-12
  • 2022-01-19
  • 2021-11-19
  • 2021-04-01
  • 2021-09-25
  • 2021-05-30
相关资源
相似解决方案