[EMAIL PROTECTED] wrote: > I have updated my dabo & daboide svn (i had the > stable version) and I have created a dabo.pth > file. I ran the "__verions__.py" I get: > > Package Name: dabo > Version: 0.8a > Revision: > & > Package Name: daboide > Version: 0.8a > Revision: > > No revision number appears. Is that a bad sign.
I've never seen that before, so I don't know. Getting the revision requires the availability of some client tools like svnversion, which probably just don't exist if you are using TortoiseSVN. Don't worry about it. > Now when I run the daboide I get the error pasted > below. > Is pyOpenGL required? No, that is just an informational message that doesn't apply to you. > It is still given me an error at the same spot. I'm beginning to suspect something wrong in our postgresql support. Specifically, there's a field type in your table that we don't expect. > C:\data\pgsql\svn_daboide>ClassDesigner.py > Dabo Info Log: Thu Jan 11 10:07:37 2007: PyOpenGL > not present, so dGlWindow is n > ot loaded. > Dabo Info Log: Thu Jan 11 10:07:37 2007: 2 > database connection definition(s) loa > ded. > Dabo Info Log: Thu Jan 11 10:07:37 2007: User > interface already set to 'wx', so > dApp didn't touch it. > Dabo Info Log: Thu Jan 11 10:07:37 2007: wxPython > Version: 2.6.3.3 wxMSW (unicod > e) > Traceback (most recent call last): > File > "C:\data\pgsql\svn_dabo\dabo\lib\eventMixin.py", > line 97, in raiseEvent > bindingFunction(event) > File > "C:\data\pgsql\svn_dabo\dabo\ui\dialogs\Wizard.py", > line 124, in onNext > self.CurrentPage += pg.nextPage() > File > "C:\data\pgsql\svn_dabo\dabo\ui\dialogs\Wizard.py", > line 286, in _setCurr > Page > > self._pages[self._currentPage].onEnterPage(direction) > File > "C:\data\pgsql\svn_daboide\wizards\QuickLayoutWizard.py", > line 155, in on > EnterPage > self.onTableSelection(None) > File > "C:\data\pgsql\svn_daboide\wizards\QuickLayoutWizard.py", > line 173, in on > TableSelection > fldInfo = [ (pktext[fldDict[p]["pk"]], > typeText[fldDict[p]["type"]], p ) for > p in flds] > KeyError: '?' -- pkm ~ http://paulmcnett.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
