On Thursday 11 January 2007 09:09, [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. > > Now when I run the daboide I get the error pasted > below. > Is pyOpenGL required? > It is still given me an error at the same spot. > > Phil > > 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: '?' > > > > _______________________________________________ > Post Messages to: [email protected] > Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
No pyOpenGL is not required. I think the latest version will break Dabo. On my Linux system for some reason I have to remove the "pyc" files to insure that I'm running the latest versions. You might try removing the "*.pyc" files (these are the compiled versions of the py files). Beyond removing the files I don't know. -- John Fabiani _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
