When I tried to run Appwizard.py I got an error.

File "D:\MyPython\daboide\wizards\AppWizard.py", line 218, in onDbChoice dbdefs = self.dbDefaults[dbType] KeyError

Here is the complete traceback:

D:\MyPython\daboide\wizards>appwizard.py
Dabo Info Log: Sun Oct 09 09:42:11 2005: 0 database connection definition(s) loa
ded.
Dabo Info Log: Sun Oct 09 09:42:11 2005: User interface already set to 'wx', so
dApp didn't  touch it.
Dabo Info Log: Sun Oct 09 09:42:11 2005: wxPython Version: 2.6.1.0 wxMSW (unicod
e)
Traceback (most recent call last):
  File "D:\MyPython\daboide\wizards\AppWizard.py", line 1244, in ?
    app.setup()
File "d:\python24\Lib\site-packages\Dabo-0.4.2-py2.4.egg\dabo\dApp.py", line 1
32, in setup
    self.uiApp.setup(self)
File "d:\python24\Lib\site-packages\Dabo-0.4.2-py2.4.egg\dabo\ui\uiwx\uiApp.py
", line 54, in setup
    f = self.dApp.MainForm = dApp.MainFormClass()
  File "D:\MyPython\daboide\wizards\AppWizard.py", line 738, in __init__
    self.append(pgs)
File "d:\python24\Lib\site-packages\Dabo-0.4.2-py2.4.egg\dabo\ui\dialogs\Wizar
d.py", line 154, in append
    self.append(p)
File "d:\python24\Lib\site-packages\Dabo-0.4.2-py2.4.egg\dabo\ui\dialogs\Wizar
d.py", line 156, in append
    page = pg(self.pagePanel)
  File "D:\MyPython\daboide\wizards\AppWizard.py", line 52, in __init__
    super(PageDatabase, self).__init__(parent=parent, Title=title)
File "d:\python24\Lib\site-packages\Dabo-0.4.2-py2.4.egg\dabo\ui\dialogs\Wizar
dPage.py", line 21, in __init__
    self.setup()
File "d:\python24\Lib\site-packages\Dabo-0.4.2-py2.4.egg\dabo\ui\dialogs\Wizar
dPage.py", line 35, in setup
    self._createBody()
File "d:\python24\Lib\site-packages\Dabo-0.4.2-py2.4.egg\dabo\ui\dialogs\Wizar
dPage.py", line 40, in _createBody
    self.createBody()
  File "D:\MyPython\daboide\wizards\AppWizard.py", line 167, in createBody
    self.onDbChoice()
  File "D:\MyPython\daboide\wizards\AppWizard.py", line 218, in onDbChoice
    dbdefs = self.dbDefaults[dbType]
KeyError


--
Best regards,
Alexei Vinidiktov



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

Reply via email to