Ed Leafe wrote:
> Spurred on by some of the recent activity, I've taken a couple of
> hours and gotten the public Firebird server running again on
> dabodev.com. I *think* I did everything OK, but I can't test it from
> outside of the domain too well.
>
> If you have kinterbasdb installed, can you test the following
> connection:
>
> host: dabodev.com
> database: webtest
> username: webuser
> password: foxrox
AppWiz connected, made an app. I ran the app and got the biggest stack dump
ever!
I am 99% sure this isn't my problem, but I'll be happy to dig if someone thinks
it is.
Carl K
[EMAIL PROTECTED]:~/temp/webtestFB$ ./go.sh
'/usr/lib/python2.4/site-packages/dabo' not versioned, and not exported
Dabo Info Log: Mon Jan 15 17:18:46 2007: PyOpenGL not present, so dGlWindow is
not loaded.
Dabo Info Log: Mon Jan 15 17:18:46 2007: 1 database connection definition(s)
loaded.
Dabo Info Log: Mon Jan 15 17:18:46 2007: User interface already set to 'wx', so
dApp didn't touch it.
Dabo Info Log: Mon Jan 15 17:18:47 2007: wxPython Version: 2.6.3.3 wxGTK
(unicode) (gtk2)
Traceback (most recent call last):
File "webtestFB.py", line 56, in ?
frm(app.MainForm).show()
File "/usr/lib/python2.4/site-packages/dabo/lib/datanav/Form.py", line 62,
in
__init__
super(Form, self).__init__(parent, *args, **kwargs)
File "/usr/lib/python2.4/site-packages/dabo/ui/uiwx/dForm.py", line 795, in
__init__
BaseForm.__init__(self, preClass, parent, properties, *args, **kwargs)
File "/usr/lib/python2.4/site-packages/dabo/ui/uiwx/dForm.py", line 39, in
__init__
fm.dFormMixin.__init__(self, preClass, parent, properties, *args, **kwargs)
File "/usr/lib/python2.4/site-packages/dabo/ui/uiwx/dFormMixin.py", line 67,
in __init__
attProperties, *args, **kwargs)
File "/usr/lib/python2.4/site-packages/dabo/ui/uiwx/dPemMixin.py", line 200,
in __init__
self._afterInit()
File "/usr/lib/python2.4/site-packages/dabo/lib/datanav/Form.py", line 71,
in
_afterInit
super(Form, self)._afterInit()
File "/usr/lib/python2.4/site-packages/dabo/ui/uiwx/dForm.py", line 65, in
_afterInit
super(BaseForm, self)._afterInit()
File "/usr/lib/python2.4/site-packages/dabo/ui/uiwx/dFormMixin.py", line
111,
in _afterInit
super(dFormMixin, self)._afterInit()
File "/usr/lib/python2.4/site-packages/dabo/ui/uiwx/dPemMixin.py", line 300,
in _afterInit
self.afterInit()
File "/home/carl/temp/webtestFB/ui/FrmCustomer.py", line 26, in afterInit
primaryBizobj = app.biz.Customer(app.dbConnection)
File "/usr/lib/python2.4/site-packages/dabo/biz/dBizobj.py", line 51, in
__init__
self._afterInit()
File "/usr/lib/python2.4/site-packages/dabo/dObject.py", line 113, in
_afterInit
self.afterInit()
File "/home/carl/temp/webtestFB/biz/Customer.py", line 28, in afterInit
self.super()
File "/usr/lib/python2.4/site-packages/dabo/lib/autosuper/autosuper.py",
line
175, in __call__
return method(*p, **kw)
File "/home/carl/temp/webtestFB/biz/Base.py", line 9, in afterInit
self.setBaseSQL()
File "/home/carl/temp/webtestFB/biz/Customer.py", line 38, in setBaseSQL
self.addField("CUSTOMER.pkid")
File "/usr/lib/python2.4/site-packages/dabo/lib/datanav/Bizobj.py", line 25,
in addField
self.super(fld)
File "/usr/lib/python2.4/site-packages/dabo/lib/autosuper/autosuper.py",
line
175, in __call__
return method(*p, **kw)
File "/usr/lib/python2.4/site-packages/dabo/biz/dBizobj.py", line 1247, in
addField
return self._CurrentCursor.addField(exp, alias)
File "/usr/lib/python2.4/site-packages/dabo/db/dCursorMixin.py", line 1737,
in addField
sm._fieldClause = beo.addField(sm._fieldClause, exp, alias)
TypeError: addField() takes exactly 3 arguments (4 given)
[EMAIL PROTECTED]:~/temp/webtestFB$
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev