Hello list,

I'm a bloody beginner in python and programming.

Since I like to build up a small application with sqlite (win/mac) I 
found dabo, which I installed.

The first test/ example with:
     import dabo
     dabo.dApp().start()
     tb = dabo.ui.dTextBox(self)
     tb.Value = "yippee!"
     tb.FontBold = True
     print tb.Value

is running as expected.

Next thing I wanted to do is the AppWizard.py and the standard  
webtest.sqlite database. After the Wizard finished, I started the 
application and get the following errors:  (I tried running python 2.6, 
2.5 both on win 7  and win xp with the same results)

---START---
Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. Alle Rechte vorbehalten.

D:\aa_entw\dabo\ide\wizards\AppWizard\test\webtest.sqlite>python 
webtest.sqlite
py
Traceback (most recent call last):
   File "webtest.sqlite.py", line 40, in <module>
     app.setup()
   File 
"D:\aa_entw\dabo\ide\wizards\AppWizard\test\webtest.sqlite\App.py", line
40, in setup
     self.super()
   File 
"d:\aa_entw\python25\lib\site-packages\Dabo-0.9.2-py2.5.egg\dabo\lib\aut
super\autosuper.py", line 176, in __call__
     return method(*p, **kw)
   File 
"d:\aa_entw\python25\lib\site-packages\Dabo-0.9.2-py2.5.egg\dabo\dApp.py
, line 328, in setup
     self.initUIApp()
   File 
"d:\aa_entw\python25\lib\site-packages\Dabo-0.9.2-py2.5.egg\dabo\dApp.py
, line 364, in initUIApp
     self.uiApp.setup()
   File 
"d:\aa_entw\python25\lib\site-packages\Dabo-0.9.2-py2.5.egg\dabo\ui\uiwx
uiApp.py", line 414, in setup
     frm = self.dApp.MainForm = mfc()
   File 
"d:\aa_entw\python25\lib\site-packages\Dabo-0.9.2-py2.5.egg\dabo\ui\uiwx
dFormMain.py", line 53, in __init__
     dFormMainBase.__init__(self, preClass, parent, properties, *args, 
**kwargs)
   File 
"d:\aa_entw\python25\lib\site-packages\Dabo-0.9.2-py2.5.egg\dabo\ui\uiwx
dFormMain.py", line 14, in __init__
     fm.dFormMixin.__init__(self, preClass, parent, properties, *args, 
**kwargs)
   File 
"d:\aa_entw\python25\lib\site-packages\Dabo-0.9.2-py2.5.egg\dabo\ui\uiwx
dFormMixin.py", line 89, in __init__
     attProperties, *args, **kwargs)
   File 
"d:\aa_entw\python25\lib\site-packages\Dabo-0.9.2-py2.5.egg\dabo\ui\uiwx
dPemMixin.py", line 186, in __init__
     self._afterInit()
   File 
"d:\aa_entw\python25\lib\site-packages\Dabo-0.9.2-py2.5.egg\dabo\ui\uiwx
dFormMixin.py", line 143, in _afterInit
     super(dFormMixin, self)._afterInit()
   File 
"d:\aa_entw\python25\lib\site-packages\Dabo-0.9.2-py2.5.egg\dabo\ui\uiwx
dPemMixin.py", line 320, in _afterInit
     self.afterInit()
   File 
"D:\aa_entw\dabo\ide\wizards\AppWizard\test\webtest.sqlite\ui\FrmMain.py
, line 11, in afterInit
     self.fillFileOpenMenu()
   File 
"D:\aa_entw\dabo\ide\wizards\AppWizard\test\webtest.sqlite\ui\FrmMain.py
, line 23, in fillFileOpenMenu
     fileMenu.prependMenu(MenFileOpen(fileMenu))
AttributeError: 'NoneType' object has no attribute 'prependMenu'

D:\aa_entw\dabo\ide\wizards\AppWizard\test\webtest.sqlite>
---STOP---

I guess I do a major error somewhere.
A helping tip is very appreciated, thanks

Greetings,
     Adrian

_______________________________________________
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]

Reply via email to