[wxPython] Error trying to make a simple menu

A get this error every time I want to build a simple menu example on the editor.

I just clicked on wxmenu, put on data editor and try to click to edit properties.

__________________ log _____________________

10:21:13: TypeError: unbound method properties() must be called with CollectionDTC instance as first argument (got MenuDTC instance instead)Traceback (most recent call last):
10:21:13: TypeError: unbound method properties() must be called with CollectionDTC instance as first argument (got MenuDTC instance instead) File “D:\Python22\wxPython\tools\boa\Views\DataView.py”, line 197, in OnObjectSelect
10:21:13: self.updateSelection()
10:21:13: File “D:\Python22\wxPython\tools\boa\Views\DataView.py”, line 190, in updateSelection
10:21:13: self.inspector.selectObject(self.objects[self.selection[0][0]][0], false)

10:21:13: TypeError: unbound method properties() must be called with
CollectionDTC instance as first argument (got MenuDTC instance
instead)Traceback (most recent call last):
10:21:13: TypeError: unbound method properties() must be called with
CollectionDTC instance as first argument (got MenuDTC instance
instead) File "D:\Python22\wxPython\tools\boa\Views\DataView.py",
line 197, in OnObjectSelect
10:21:13: self.updateSelection()
10:21:13: File "D:\Python22\wxPython\tools\boa\Views\DataView.py",
line 190, in updateSelection
10:21:13:
self.inspector.selectObject(self.objects[self.selection[0][0]][0],
false)

Sounds like a problem due to a change in Python 2.2. IIRC, the newest
version (or maybe it was the CVS version) or Boa fixed this, but you can
check on the Boa mail list to be sure.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!