按照步骤安装robotframework-ride,python ride.py 启动ride时,报错
wx._core.wxAssertionError: C++ assertion "GetEventHandler() == this" failed at ..\..\src\common\wincmn.cpp(478) in wxWindowBase::~wxWindowBase
在尝试使用python3.8.4安装并运行robotframework-ride时遇到启动错误。通过在D:pythonLibsite-packages
obotideapplicationapplication.py文件中添加`self.locale = wx.Locale(wx.LANGUAGE_ENGLISH)`来解决,但发现仍有问题。最终发现python3.8与RIDE的兼容性不佳,推荐使用Python3.7以下版本以避免testCase编辑页面为空的情况。
按照步骤安装robotframework-ride,python ride.py 启动ride时,报错
wx._core.wxAssertionError: C++ assertion "GetEventHandler() == this" failed at ..\..\src\common\wincmn.cpp(478) in wxWindowBase::~wxWindowBase
847
1020

被折叠的 条评论
为什么被折叠?