Skip to content

removed menu, statusbar, and running dForm.y #30

@jfabiani

Description

@jfabiani

I was getting seg faults when running anything and I believe Ed thought it had something to do with dMenu and dStatusBar. So I removed the dMenu and dStatusBar from the process. I no longer get seg faults but I get the below error. I have been trying to trace why there is an invalid wx frame. I hope someone will follow up!

File "/home/johnf/dabo3/dabo/dabo/ui/dForm.py", line 1165, in
test.Test().runTest(_dForm_test)
 File "/home/johnf/dabo3/dabo/dabo/ui/test.py", line 82, in runTest
frame.Show()
 File "/home/johnf/dabo3/dabo/dabo/ui/dForm.py", line 1067, in Show
ret = super(dForm, self).Show(show)
 File "/home/johnf/dabo3/dabo/dabo/ui/dFormMixin.py", line 402, in Show
super(dFormMixin, self).Show(*args, **kwargs)
 File "/home/johnf/dabo3/dabo/dabo/ui/dPemMixin.py", line 926, in Show
ret = super(dPemMixin, self).Show(show)

wx._core.wxAssertionError: C++ assertion "m_widget" failed at /u/Downloads/wxPython-4.0.4/ext/wxWidgets/src/gtk/toplevel.cpp(995) in Show(): invalid frame

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions