I just upgraded my wxpython to 2.8.7.1 and I am getting the following errors:
suse 10.3
python 2.5.1
wxpython 2.8.7.1

[EMAIL PROTECTED]:~/dabo/ide> python ClassDesigner.py
Dabo Info Log: Sat May 24 09:53:12 2008: 1 database connection definition(s) 
loa
ded.
Dabo Info Log: Sat May 24 09:53:12 2008: User interface already set to 'wx', 
so
dApp didn't touch it.
Dabo Info Log: Sat May 24 09:53:12 2008: wxPython Version: 2.8.7.1 wxGTK 
(unicod
e) (gtk2)

(python:4483): Gtk-CRITICAL **: gtk_widget_add_accelerator: assertion 
`GTK_IS_WI
DGET (widget)' failed
Traceback (most recent call last):
  File "ClassDesigner.py", line 4092, in <module>
    clsDes = ClassDesigner(f)
  File "ClassDesigner.py", line 184, in __init__
    frm = frmClass(UseSizers=True)
  File "ClassDesigner.py", line 408, in __init__
    base.__init__(self, parent=parent, *args, **kwargs)
  File "/home/johnf/dabo/dabo/ui/uiwx/dForm.py", line 894, in __init__
    BaseForm.__init__(self, preClass, parent, properties, attProperties, 
*args,
**kwargs)
  File "/home/johnf/dabo/dabo/ui/uiwx/dForm.py", line 43, in __init__
    fm.dFormMixin.__init__(self, preClass, parent, properties, attProperties, 
*a
rgs, **kwargs)
  File "/home/johnf/dabo/dabo/ui/uiwx/dFormMixin.py", line 73, in __init__
    attProperties, *args, **kwargs)
  File "/home/johnf/dabo/dabo/ui/uiwx/dPemMixin.py", line 179, in __init__
    self._afterInit()
  File "ClassDesigner.py", line 417, in _afterInit
    super(DesForm, self)._afterInit()
  File "/home/johnf/dabo/dabo/ui/uiwx/dForm.py", line 69, in _afterInit
    super(BaseForm, self)._afterInit()
  File "/home/johnf/dabo/dabo/ui/uiwx/dFormMixin.py", line 90, in _afterInit
    self.MenuBar = mbc()
  File "/home/johnf/dabo/dabo/ui/uiwx/dMenuBar.py", line 20, in __init__
    pm.dPemMixin.__init__(self, preClass, None, properties, *args, **kwargs)
  File "/home/johnf/dabo/dabo/ui/uiwx/dPemMixin.py", line 179, in __init__
    self._afterInit()
  File "/home/johnf/dabo/dabo/ui/uiwx/dBaseMenuBar.py", line 159, in 
_afterInit
    self.appendMenu(FileMenu(self))
  File "/home/johnf/dabo/dabo/ui/uiwx/dBaseMenuBar.py", line 26, in __init__
    self.super(*args, **kwargs)
  File "/home/johnf/dabo/dabo/lib/autosuper/autosuper.py", line 176, in 
__call__
    return method(*p, **kw)
  File "/home/johnf/dabo/dabo/ui/uiwx/dMenu.py", line 40, in __init__
    pm.dPemMixin.__init__(self, preClass, parent, properties, attProperties, 
*ar                    gs, **kwargs)
  File "/home/johnf/dabo/dabo/ui/uiwx/dPemMixin.py", line 179, in __init__
    self._afterInit()
  File "/home/johnf/dabo/dabo/ui/uiwx/dBaseMenuBar.py", line 37, in _afterInit
    help=_("Open up a command window for debugging") )
  File "/home/johnf/dabo/dabo/ui/uiwx/dMenu.py", line 209, in append
    self.appendItem(item)
  File "/home/johnf/dabo/dabo/ui/uiwx/dMenu.py", line 134, in appendItem
    wxItem = self._getWxItem(self.AppendItem, item)
  File "/home/johnf/dabo/dabo/ui/uiwx/dMenu.py", line 124, in _getWxItem
    wxItem = wxFunc(dMenuItemInstance)
  
File "/usr/local/lib/python2.5/site-packages/wx-2.8-gtk2-unicode/wx/_core.py",  
                   
line 10887, in AppendItem
    return _core_.Menu_AppendItem(*args, **kwargs)
wx._core.PyAssertionError: C++ assertion "wxAssertFailure" failed 
at ../src/comm                    on/stockitem.cpp(166) in wxGetStockLabel(): 
invalid stock item ID


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]

Reply via email to