[EMAIL PROTECTED] wrote: > Hi all, > > still no joy. I have updated to Python 2.5 & am > now running the svn of dabo & daboide. > > below is the error that I am getting when I select > my connection and click next. > > C:\data\pgsql\svn>ClassDesigner.py > Dabo Info Log: Thu Jan 11 08:32:43 2007: 2 > database connection definition(s) loa > ded. > Dabo Info Log: Thu Jan 11 08:32:43 2007: User > interface already set to 'wx', so > dApp didn't touch it. > Dabo Info Log: Thu Jan 11 08:32:43 2007: wxPython > Version: 2.6.3.3 wxMSW (unicod > e) > Traceback (most recent call last): > File > "c:\python25\lib\site-packages\Dabo-0.7.1s-py2.5.egg\dabo\lib\eventMixin. > py", line 97, in raiseEvent > bindingFunction(event) > File > "c:\python25\lib\site-packages\Dabo-0.7.1s-py2.5.egg\dabo\ui\dialogs\Wiza > rd.py", line 124, in onNext > self.CurrentPage += pg.nextPage() > File > "c:\python25\lib\site-packages\Dabo-0.7.1s-py2.5.egg\dabo\ui\dialogs\Wiza > rd.py", line 286, in _setCurrPage > > self._pages[self._currentPage].onEnterPage(direction) > File > "C:\data\pgsql\svn\wizards\QuickLayoutWizard.py", > line 154, in onEnterPag > e > self.onTableSelection(None) > File > "C:\data\pgsql\svn\wizards\QuickLayoutWizard.py", > line 172, in onTableSel > ection > fldInfo = [ (pktext[fldDict[p]["pk"]], > typeText[fldDict[p]["type"]], p ) for > p in flds] > KeyError: '?' > > > Any other suggestions. I am now considering going > into the code and just type in the connection code. > > phil >
Dabo-0.7.1s-py2.5.egg doesn't look like you are using the svn version. What do you get in the Classdesigner under the menuitem Help/About? Which database system are you using? Did you install the python modul for your database? Uwe _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
