Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wx listctrl assertion when activating child #23

Open
GoogleCodeExporter opened this issue Jan 9, 2016 · 0 comments
Open

wx listctrl assertion when activating child #23

GoogleCodeExporter opened this issue Jan 9, 2016 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Open rad2py, load a file to debug (i.e. wslpg.py)
2. Debug step-by-step from any module import
3. When returning to main file, exception will raise

What is the expected output? What do you see instead?

Traceback (most recent call last):
  File "main.py", line 826, in GotoFileLine
    child = self.DoOpen(filename)
  File "main.py", line 682, in DoOpen
    child.Activate()
  File "/usr/local/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/lib/agw/aui/tabmdi.py", line 444, in Activate
    pClientWindow.SetSelection(pos)
  File "/usr/local/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/lib/agw/aui/tabmdi.py", line 609, in SetSelection
    return auibook.AuiNotebook.SetSelection(self, nPage)
  File "/usr/local/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/lib/agw/aui/auibook.py", line 4165, in SetSelection
    self.DoSizing()
  File "/usr/local/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/lib/agw/aui/auibook.py", line 4296, in DoSizing
    tabframe.DoSizing()
  File "/usr/local/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/lib/agw/aui/auibook.py", line 2759, in DoSizing
    self._tabs.Update()
  File "/usr/local/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py", line 10699, in Update
    return _core_.Window_Update(*args, **kwargs)
PyAssertionError: C++ assertion "Assert failure" failed at 
../src/generic/listctrl.cpp(872) in DrawTextFormatted(): unknown list item 
format



Original issue reported on code.google.com by reingart@gmail.com on 20 Jun 2014 at 4:33

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant