当前位置:首页 > Windows程序 > 正文

windows 32 安装Robot framework

2021-03-29 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

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
?shareid=3517265346&uk=2602872238
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.

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.

windows 32 安装Robot framework

温馨提示: 本文由Jm博客推荐,转载请保留链接: https://www.jmwww.net/file/69932.html