Some more demo crashes:
V:\tmp\wxPython-demo-4.0.0b2\demo>py demo.py
Traceback (most recent call last):
File “C:\Python34\lib\site-packages\wx\lib\agw\aui\framemanager.py”, line 8699, in OnRender
if not self._frame or self.frame.IsBeingDeleted():
File “C:\Python34\lib\site-packages\wx\core.py”, line 2169, in Window___nonzero
import wx.siplib
RuntimeError: maximum recursion depth exceeded while calling a Python object
V:\tmp\wxPython-demo-4.0.0b2\demo>py demo.py
Traceback (most recent call last):
File “agw\FoldPanelBar.py”, line 211, in OnFoldPanelBarDrag
if event.GetDragStatus() == wx.SASH_STATUS_OUT_OF_RANGE:
AttributeError: ‘module’ object has no attribute ‘SASH_STATUS_OUT_OF_RANGE’
Traceback (most recent call last):
File “agw\PersistentControls.py”, line 89, in OnExample2
frame = PersistentFrame2(self, _title + “- Example 2”, (700, 500))
File “agw\PersistentControls.py”, line 391, in init
self.DoLayout(dummyPanel)
File “agw\PersistentControls.py”, line 407, in DoLayout
self.notebook.AddPage(self.CreateListCtrl(), “wx.ListCtrl”)
File “agw\PersistentControls.py”, line 458, in CreateListCtrl
idx = listCtrl.InsertItem(sys.maxsize, text%(row+1, 1), 0)
wx._core.wxAssertionError: C++ assertion “rv != -1” failed at …\src\msw\listctrl.cpp(1730) in wxListCtrl::InsertItem(): failed to insert an item in wxListCtrlSetTitle Floating!
Floating!
C:\Python34\lib\site-packages\wx\lib\floatcanvas\ScreenShot.py:1783: wxPyDeprecationWarning: Call to deprecated item BitmapFromImage. Use :class:wx.Bitmap
instead return BitmapFromImage(getScreenShotImage())
V:\tmp\wxPython-demo-4.0.0b2\demo>py demo.py
Traceback (most recent call last):
File “RichTextCtrl.py”, line 320, in OnFileViewHTML
if not handler.SaveStream(self.rtc.GetBuffer(), stream):
AttributeError: ‘RichTextHTMLHandler’ object has no attribute ‘SaveStream’
GetTextLength(): 1183 1152
Traceback (most recent call last):
File “C:\Python34\lib\site-packages\wx\core.py”, line 3189, in
lambda event: event.callable(*event.args, **event.kw) )
File “Joystick.py”, line 928, in Calibrate
self.info.Calibrate()
File “Joystick.py”, line 603, in Calibrate
self.MaxAxis.SetValue(str(s.GetMaxAxes()))
AttributeError: ‘Joystick’ object has no attribute ‘GetMaxAxes’
Traceback (most recent call last):
File “Joystick.py”, line 642, in onPaint
self.ShowValue(wx.PaintDC(self), evt)
File “Joystick.py”, line 651, in ShowValue
wx.Gauge.OnPaint(self, evt)
AttributeError: type object ‘Gauge’ has no attribute ‘OnPaint’
Traceback (most recent call last):
File “Joystick.py”, line 642, in onPaint
self.ShowValue(wx.PaintDC(self), evt)
File “Joystick.py”, line 651, in ShowValue
wx.Gauge.OnPaint(self, evt)
AttributeError: type object ‘Gauge’ has no attribute ‘OnPaint’
GetText():