Skip to content

After successful installing of ride it is not running. #2755

@Wriki-tmsl

Description

@Wriki-tmsl

Current Configuration
Ubuntu 22.04
Python 3.10

Traceback (most recent call last):


  File "/home/wrikimartin/.local/lib/python3.10/site-packages/robotide/application/application.py", line 89, in OnInit

    self.frame = RideFrame(self, self._controller)

  File "/home/wrikimartin/.local/lib/python3.10/site-packages/robotide/ui/mainframe.py", line 113, in __init__

    self._init_ui()

  File "/home/wrikimartin/.local/lib/python3.10/site-packages/robotide/ui/mainframe.py", line 204, in _init_ui

    self.tree = Tree(self, self.actions, self._application.settings)

  File "/home/wrikimartin/.local/lib/python3.10/site-packages/robotide/ui/treeplugin.py", line 209, in __init__

    treemixin.DragAndDrop.__init__(self, parent, **_TREE_ARGS)

  File "/usr/lib/python3/dist-packages/wx/lib/mixins/treemixin.py", line 510, in __init__

    super(DragAndDrop, self).__init__(*args, **kwargs)

  File "/usr/lib/python3/dist-packages/wx/lib/agw/customtreectrl.py", line 2919, in __init__

    self.SetFocus()

TypeError: could not convert 'Tree' to 'Panel'

OnInit returned false, exiting...

Exception ignored in atexit callback: <built-in function _wxPyCleanup>

wx._core.wxAssertionError: C++ assertion "GetEventHandler() == this" failed at ../src/common/wincmn.cpp(477) in ~wxWindowBase(): any pushed event handlers must have been removed

This is the output

Metadata

Metadata

Assignees

No one assigned

    Labels

    ThirdPartyNot RIDE's fault, but wxPython, Python, other libraries...os: linuxIssues detected and reproducible only on Linux

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions