I get the following exception in the wx demo when I click on the little down arrow (which shows the customize option) on the left toolbar.
Traceback (most recent call last):
File "C:\Python25\lib\site-packages\wx-2.8-msw-unicode\wx\lib\agw\aui\auibar.p
y", line 3773, in OnLeaveWindow
self.StopPreviewTimer()
File "C:\Python25\lib\site-packages\wx-2.8-msw-unicode\wx\lib\agw\aui\auibar.p
y", line 3838, in StopPreviewTimer
self_name = self.IsPaneMinimized()
File "C:\Python25\lib\site-packages\wx-2.8-msw-unicode\wx\lib\agw\aui\auibar.p
y", line 3810, in IsPaneMinimized
manager = self.GetAuiManager()
File "C:\Python25\lib\site-packages\wx-2.8-msw-unicode\wx\lib\agw\aui\auibar.p
y", line 3128, in GetAuiManager
return framemanager.GetManager(self)
File "C:\Python25\lib\site-packages\wx-2.8-msw-unicode\wx\lib\agw\aui\frameman
ager.py", line 3506, in GetManager
if not window.GetEventHandler().ProcessEvent(evt):
TypeError: 'NoneType' object is not callable
Werner