安装Robot Framework和RIDE时出错



我需要安装Python 3.8.10、Robot Framework 3.1.2、RIDE v2.0b1。

正在获取错误(如下(。有人能帮我安装吗?

20220906 10:39:43.191 [ERROR]: Error in listener: C++ assertion "CheckExpectedParentIs(w, m_containingWindow)" failed at ....srccommonsizer.cpp(887) in wxSizer::SetContainingWindow(): Windows managed by the sizer associated with the given window must have this window as parent, otherwise they will not be repositioned correctly.
Please use the window wxMiniFrame@000001D95A145300 ("frame", HWND=000000000001077C) with which this sizer is associated, as the parent when creating the window wxHtmlWindow@000001D95A0A74E0 ("htmlWindow", HWND=000000000001077E) managed by it.
While handling <robotide.publish.messages.RideTreeSelection object at 0x000001D95DE7CB80>
Traceback (most recent call last):
C++ assertion "CheckExpectedParentIs(w, m_containingWindow)" failed at ....srccommonsizer.cpp(887) in wxSizer::SetContainingWindow(): Windows managed by the sizer associated with the given window must have this window as parent, otherwise they will not be repositioned correctly.
Please use the window wxMiniFrame@000001D95A145300 ("frame", HWND=000000000001077C) with which this sizer is associated, as the parent when creating the window wxHtmlWindow@000001D95A0A74E0 ("htmlWindow", HWND=000000000001077E) managed by it.

错误来自wxPython使用的wxWidgets中的C++库。很高兴知道您安装了什么版本的wxPython。然而,RIDE v2.0b1的版本有些旧,您现在可以使用以下命令尝试最新的v2.0b2:

pip install -U --pre robotframework-ride

有关更多信息,请参阅RIDE项目页面。

相关内容

  • 没有找到相关文章

最新更新