I'm just getting started with Dabo, after following it "from a distance" for quite a while. I now have a couple of applications for which it seems to be a natural. So, I've just downloaded and installed it (Win XP Pro, Python 2.4, wx 2.8.8.1), and run into a couple of things:
DaboDemo runs fine (as far as I've exercised it), with one little wrinkle: in the dBitmapButton demo, only the first line of the caption is displayed, ending in "but when". Also, the mouse hovering has no effect -- to get the Ace of Hearts, I have to click on the card. Next, I tried the AppWizard, and got the following output: > Dabo Info Log: Tue Sep 23 16:52:09 2008: 0 database connection definition(s) > loaded. > Dabo Info Log: Tue Sep 23 16:52:09 2008: User interface already set to 'wx', > so dApp didn't touch it. > Dabo Info Log: Tue Sep 23 16:52:09 2008: wxPython Version: 2.8.8.1 wxMSW > (unicode) > Traceback (most recent call last): > File "AppWizard.py", line 1177, in ? > wiz = AppWizard(None, defaultDirectory=defdir) > File "AppWizard.py", line 583, in __init__ > self.append(pgs) > File > "c:\programfiles\python24\lib\site-packages\Dabo-0.8.4-py2.4.egg\dabo\ui\dialogs\Wizard.py", > line 176, in append > ret.append(self.append(p)) > File > "c:\programfiles\python24\lib\site-packages\Dabo-0.8.4-py2.4.egg\dabo\ui\dialogs\Wizard.py", > line 178, in append > ret = self.insert(len(self._pages), pg) > File > "c:\programfiles\python24\lib\site-packages\Dabo-0.8.4-py2.4.egg\dabo\ui\dialogs\Wizard.py", > line 204, in insert > page = pg(self.pagePanel) > File "AppWizard.py", line 328, in __init__ > super(PageTableSelection, self).__init__(parent=parent, Caption=Caption) > File > "c:\programfiles\python24\lib\site-packages\Dabo-0.8.4-py2.4.egg\dabo\ui\dialogs\WizardPage.py", > line 24, in __init__ > self.setup() > File > "c:\programfiles\python24\lib\site-packages\Dabo-0.8.4-py2.4.egg\dabo\ui\dialogs\WizardPage.py", > line 38, in setup > self._createBody() > File > "c:\programfiles\python24\lib\site-packages\Dabo-0.8.4-py2.4.egg\dabo\ui\dialogs\WizardPage.py", > line 43, in _createBody > self.createBody() > File "AppWizard.py", line 338, in createBody > clb = self.addObject(dabo.ui.dCheckList, Name="clbTableSelection") > AttributeError: 'module' object has no attribute 'dCheckList' I did set dabo.pth, as in the wiki InstallationOnWindows directs. I've probably done something wrong along the way. Any suggestions welcome... -- Don Dwiggins Advanced Publishing Technology _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]
