美文网首页软件测试
python 3.8.3安装robotframework版本后,

python 3.8.3安装robotframework版本后,

作者: 刘晓佳rachel | 来源:发表于2020-12-14 11:45 被阅读0次

问题1:windows安装Python3.8.3,及使用pip安装rf后,python ride.py启动失败?错误提示:

答:修改\robotide\application\application.py文件的语言设置为 “self._initial_locale = wx.Locale(wx.LANGUAGE_ENGLISH)”

问题2:rf启动后edit页面显示异常或空白,如下图所示:

答:由于Python3.8和RIDE版本不适应,会出现RIDE的testcase edit界面显示异常/空白的情况。可以使用下列语句更新RIDE版本:pip install -U https://github.com/robotframework/RIDE/archive/master.zip

相关文章

网友评论

    本文标题:python 3.8.3安装robotframework版本后,

    本文链接:https://www.haomeiwen.com/subject/lxkvgktx.html