robotframework / RIDE

Test data editor for Robot Framework
Apache License 2.0
964 stars 379 forks source link

new keywords can't work #2024

Closed whitePythonLearn closed 4 years ago

whitePythonLearn commented 5 years ago

20191010 17:38:56.600 [ERROR]: Error in listener: wrapped C/C++ object of type KeywordEditor has been deleted While handling <robotide.publish.messages3.RideSaved object at 0x05AE6DB0>

Traceback (most recent call last): wrapped C/C++ object of type KeywordEditor has been deleted File "D:\python37\lib\site-packages\robotide\publish\publisher.py", line 103, in call self.listener(data) File "D:\python37\lib\site-packages\robotide\editor\kweditor.py", line 143, in _resize_grid self.AutoSizeColumns(False)

20191010 17:38:56.601 [ERROR]: Error in listener: wrapped C/C++ object of type KeywordEditor has been deleted While handling <robotide.publish.messages3.RideSaved object at 0x05AE6DB0>

Traceback (most recent call last): wrapped C/C++ object of type KeywordEditor has been deleted File "D:\python37\lib\site-packages\robotide\publish\publisher.py", line 103, in call self.listener(data) File "D:\python37\lib\site-packages\robotide\editor\kweditor.py", line 143, in _resize_grid self.AutoSizeColumns(False)

soft verson

robotframework-3.1.2 wxpython-4.0.6 robotframework-ride-1.7.4b2 Requirement already satisfied: pywin32 in d:\python37\lib\site-packages (225) Requirement already satisfied: pygments in d:\python37\lib\site-packages (2.4.2)

OS

Win10 x64

whitePythonLearn commented 5 years ago

orz, i need help!

whitePythonLearn commented 5 years ago

python verson : Python 3.7.4 (tags/v3.7.4:e09359112e, Jul 8 2019, 19:29:22) [MSC v.1916 32 bit (Intel)] on win32

HelioGuilherme66 commented 5 years ago

@whitePythonLearn You did not describe the problem. Those errors are known to happen and are related to the Grid Editor, but they are harmless.

HelioGuilherme66 commented 4 years ago

Closing (just because)