posting here because I am guessing this is my problem, not dabo.  so asking for 
help figuring out what I broke.

simpleDemo1-3 don't crash, but 2 and 3 A) both seem to be the same and b) the 
'slider value' display doesn't update till the window looses focus.  given that 
my system seems pretty borked, I am going to assume this is my problem too. 
I'll file a bug report if someone else sees it too.

back to my real problem:

v.simple: run the CD, get an error:


[EMAIL PROTECTED]:~/src/projects/ide$ python ClassDesignerEditor.py
'/usr/local/lib/python2.4/site-packages/dabo' not versioned, and not exported
Dabo Info Log: Fri Mar 30 11:52:34 2007: PyOpenGL not present, so dGlWindow is 
not loaded.
Dabo Info Log: Fri Mar 30 11:52:34 2007: 1 database connection definition(s) 
loaded.
Dabo Info Log: Fri Mar 30 11:52:34 2007: User interface already set to 'wx', so 
dApp didn't touch it.
Dabo Info Log: Fri Mar 30 11:52:34 2007: wxPython Version: 2.6.1.2pre wxGTK 
(unicode) (gtk2)
Traceback (most recent call last):
   File "ClassDesignerEditor.py", line 531, in ?
     app.start()
   File "/usr/local/lib/python2.4/site-packages/dabo/dApp.py", line 257, in 
start    self.setup()
   File "/usr/local/lib/python2.4/site-packages/dabo/dApp.py", line 222, in 
setup    self.initUIApp()
   File "/usr/local/lib/python2.4/site-packages/dabo/dApp.py", line 249, in 
initUIApp
     self.uiApp.setup()
   File "/usr/local/lib/python2.4/site-packages/dabo/ui/uiwx/uiApp.py", line 
222, in setup
     frm = self.dApp.MainForm = mfc()
   File "/usr/local/lib/python2.4/site-packages/dabo/ui/uiwx/dForm.py", line 
790, in __init__
     BaseForm.__init__(self, preClass, parent, properties, attProperties, 
*args, 
**kwargs)
   File "/usr/local/lib/python2.4/site-packages/dabo/ui/uiwx/dForm.py", line 
42, 
in __init__
     fm.dFormMixin.__init__(self, preClass, parent, properties, attProperties, 
*args, **kwargs)
   File "/usr/local/lib/python2.4/site-packages/dabo/ui/uiwx/dFormMixin.py", 
line 72, in __init__
     attProperties, *args, **kwargs)
   File "/usr/local/lib/python2.4/site-packages/dabo/ui/uiwx/dPemMixin.py", 
line 
184, in __init__
     self._afterInit()
   File "/usr/local/lib/python2.4/site-packages/dabo/ui/uiwx/dForm.py", line 
68, 
in _afterInit
     super(BaseForm, self)._afterInit()
   File "/usr/local/lib/python2.4/site-packages/dabo/ui/uiwx/dFormMixin.py", 
line 90, in _afterInit
     self.afterSetMenuBar()
   File "ClassDesignerEditor.py", line 165, in afterSetMenuBar
     ClassDesignerMenu.mkDesignerMenu(self)
   File "/home/carl/src/projects/ide/ClassDesignerMenu.py", line 26, in 
mkDesignerMenu
     OnHit=app.onTogglePropSheet,
AttributeError: 'dApp' object has no attribute 'onTogglePropSheet'
[EMAIL PROTECTED]:~/src/projects/ide$

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users

Reply via email to