TA的每日心情 | 开心 2016-11-1 12:10 |
---|
签到天数: 1 天 连续签到: 1 天 [LV.1]测试小兵
|
你好,我本地运行Ride 总是报下面的错,python 版面是3.9.8. 百度了好久都没解决。有时间帮忙瞅瞅。
D:\python\Scripts>ride.py
Traceback (most recent call last):
File "D:\python\lib\site-packages\robotide\application\application.py", line 77, in OnInit
self._plugin_loader.enable_plugins()
File "D:\python\lib\site-packages\robotide\application\pluginloader.py", line 36, in enable_plugins
p.enable_on_startup()
File "D:\python\lib\site-packages\robotide\application\pluginconnector.py", line 52, in enable_on_startup
self.enable()
File "D:\python\lib\site-packages\robotide\application\pluginconnector.py", line 57, in enable
self._plugin.enable()
File "D:\python\lib\site-packages\robotide\editor\texteditor.py", line 71, in enable
if self._editor.is_focused():
File "D:\python\lib\site-packages\robotide\editor\texteditor.py", line 58, in _editor
self._editor_component = SourceEditor(self.notebook,
File "D:\python\lib\site-packages\robotide\editor\texteditor.py", line 353, in __init__
self._create_ui(title)
File "D:\python\lib\site-packages\robotide\editor\texteditor.py", line 382, in _create_ui
self._create_editor_text_control()
File "D:\python\lib\site-packages\robotide\editor\texteditor.py", line 738, in _create_editor_text_control
self._editor = RobotDataEditor(self)
File "D:\python\lib\site-packages\robotide\editor\texteditor.py", line 957, in __init__
self.stylizer = RobotStylizer(self, self._settings, self.readonly)
File "D:\python\lib\site-packages\robotide\editor\texteditor.py", line 1029, in __init__
self.editor.GetParent().create_syntax_colorization_help()
File "D:\python\lib\site-packages\robotide\editor\texteditor.py", line 420, in create_syntax_colorization_help
syntax_colorization_help_sizer.AddMany([
File "D:\python\lib\site-packages\wx\core.py", line 1866, in _Sizer_AddMany
self.Add(*item)
wx._core.wxAssertionError: C++ assertion "!(flags & wxALIGN_CENTRE_VERTICAL)" failed at ..\..\src\common\sizer.cpp(2147) in wxBoxSizer:oInsert(): Vertical alignment flags are ignored in vertical sizers
OnInit returned false, exiting...
Traceback (most recent call last):
File "D:\python\lib\site-packages\robotide\ui\treeplugin.py", line 150, in OnShowTree
self._tree = Tree(self, self._parent.actions, self._parent._application.settings)
File "D:\python\lib\site-packages\robotide\ui\treeplugin.py", line 216, in __init__
treemixin.DragAndDrop.__init__(self, parent, **_TREE_ARGS)
File "D:\python\lib\site-packages\wx\lib\mixins\treemixin.py", line 510, in __init__
super(DragAndDrop, self).__init__(*args, **kwargs)
File "D:\python\lib\site-packages\wx\lib\agw\customtreectrl.py", line 2880, in __init__
wx.ScrolledWindow.__init__(self, parent, id, pos, size, style|wx.HSCROLL|wx.VSCROLL, name)
TypeError: ScrolledWindow(): arguments did not match any overloaded call:
overload 1: too many arguments
overload 2: argument 1 has unexpected type 'TreePlugin'
Error in atexit._run_exitfuncs:
wx._core.wxAssertionError: C++ assertion "GetEventHandler() == this" failed at ..\..\src\common\wincmn.cpp(470) in wxWindowBase::~wxWindowBase(): any pushed event handlers must have been removed
用pip list 返回的结果是这样的:
D:\python>pip list
Package Version
------------------------------- ----------
numpy 1.20.3
Pillow 8.2.0
pip 21.1.2
psutil 5.8.0
Pypubsub 4.0.3
pywin32 300
robotframework 4.0.2
robotframework-pythonlibcore 2.2.1
robotframework-ride 2.0b2.dev3
robotframework-selenium2library 3.0.0
robotframework-seleniumlibrary 5.1.3
selenium 3.141.0
setuptools 56.0.0
six 1.16.0
urllib3 1.26.4
wheel 0.36.2
wxPython 4.1.1
|
|