Git Product home page Git Product logo

Comments (2)

smosh avatar smosh commented on July 30, 2024

Error encountered when running seawolf/run.py (application manager) with newly installed debian jessie and latest packages:

Traceback (most recent call last):
File "run.py", line 452, in <module>
    frame = AppRunnerFrame(None, -1, "Application Runner", size=wx.Size(1000, 400))
File "run.py", line 40, in __init__
    self.app_tree.SelectItem(self.app_tree.GetFirstVisibleItem())
File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_controls.py", line 5509, in SelectItem
    return _controls_.TreeCtrl_SelectItem(*args, **kwargs)
wx._core.PyAssertionError: C++ assertion "item" failed at ../src/generic/treectlg.cpp(2209) in SelectItem(): SelectItem(): invalid tree item

Noticed that Commenting out line 40 of seawolf/run.py seems to fix this:

[run.py]
    ...
38  self.app_tree.Bind(wx.EVT_TREE_SEL_CHANGED, self.on_app_select, id=self.app_tree.GetId())
39  self.app_tree.SetFocus()
40  #self.app_tree.SelectItem(self.app_tree.GetFirstVisibleItem()) #<--commenting out this line removes the issue with wxPython 3.0
41  self.panel_left_sizer.Add(self.app_tree, 1, wx.EXPAND)
    ...

Temporary fix until true solution is determined.

from seawolf.

rafaelesteller avatar rafaelesteller commented on July 30, 2024

removed because too old

from seawolf.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.