On Aug 25, 2007, at 7:35 AM, Iain Mac Donald wrote:
> Traceback (most recent call last):
> File "AppWizard.py", line 305, in onLeavePage
> tables = cursor.getTables()
> File
> "/usr/lib/python2.4/site-packages/Dabo-0.9a-py2.4.egg/dabo/db/
> dCursorMixin.py",
> line 1657, in getTables return
> self.BackendObject.getTables(self.AuxCursor, includeSystemTables) File
> "/usr/lib/python2.4/site-packages/Dabo-0.9a-py2.4.egg/dabo/db/
> dbPostgreSQL.py",
> line 76, in getTables tables.append(record[0]) KeyError: 0
>
> Set debug5 on in PostgreSQL but I am not seeing anything in the log.
> Psql connects to the DB fine. I am using Debian Etch with PostgreSQL
> 8.1 and I am not using SSL.
>
> Pointers anyone?
You have an old copy of dbPostgreSQL.py. Since you have subversion,
run 'svn up' in your main Dabo directory to get the latest. That
particular bug, along with several others, has been fixed.
As others have mentioned, we've overhauled a lot of our internal
code that deals with transaction handling. As with any big change, it
takes a while to uncover all the bugs and fix them. You happened to
grab a snapshot of the code from subversion that was in the middle of
the process.
Starting with the next release of Dabo, though, problems like you
are having will no longer happen, as we will be implementing a more
controlled way of releasing changes to the code than using subversion
as a distribution system offers. You just happened to 'wander in' in
the middle of a period of rapid change.
-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com
_______________________________________________
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/dabo-users/[EMAIL PROTECTED]