[Boa Constr] Error creating MENU?
Status: Beta
Brought to you by:
riaan
From: Jose R. <jri...@ya...> - 2002-04-27 07:25:43
|
Hi... I'm using Windows XP and have BOA 0.1.0-alpha. I get this error when following the GettingStarted, try tu create the menu. TypeError: unbound method properties() must be called with CollectionDTC instance as first argument (got MenuDTC instance instead) Thanks for your help. Bye Here it is the Log Error: -------------------------- 1:57:35 PM: Traceback (most recent call last): 1:57:35 PM: File "C:\TOOLS\Python22\wxPython\tools\boa\Views\DataView.py", line 197, in OnObjectSelect 1:57:35 PM: self.updateSelection() 1:57:35 PM: File "C:\TOOLS\Python22\wxPython\tools\boa\Views\DataView.py", line 190, in updateSelection 1:57:35 PM: self.inspector.selectObject(self.objects[self.selection[0][0]][0], false) 1:57:35 PM: File "C:\TOOLS\Python22\wxPython\tools\boa\Inspector.py", line 222, in selectObject 1:57:35 PM: c_p = compn.getPropList() 1:57:35 PM: File "C:\TOOLS\Python22\wxPython\tools\boa\Companions\BaseCompanions.py", line 138, in getPropList 1:57:35 PM: propList = RTTI.getPropList(self.control, self) 1:57:35 PM: File "C:\TOOLS\Python22\wxPython\tools\boa\RTTI.py", line 145, in getPropList 1:57:35 PM: xtraProps = cmp.properties() 1:57:35 PM: File "C:\TOOLS\Python22\wxPython\tools\boa\Companions\UtilCompanions.py", line 220, in properties 1:57:35 PM: props = CollectionDTC.properties(self) 1:57:35 PM: TypeError: unbound method properties() must be called with CollectionDTC instance as first argument (got MenuDTC instance instead) __________________________________________________ Do You Yahoo!? Yahoo! Health - your guide to health and wellness http://health.yahoo.com |