On Jul 25, 2012, at 2:27 AM, Dave Kelly wrote:

>  File "/home/dave/src/dabo/ide/CxnEditor.py", line 274, in onSave
>    self.saveFile()
>  File "/home/dave/src/dabo/ide/CxnEditor.py", line 430, in saveFile
>    self.writeChanges()
>  File "/home/dave/src/dabo/ide/CxnEditor.py", line 543, in writeChanges
>    vals = self.relPaths(self.connDict.values())
>  File "/home/dave/src/dabo/ide/CxnEditor.py", line 556, in relPaths
>    if self.isFileBasedBackend(val["dbtype"]):
> KeyError: 'dbtype'

        You seem to still have the previous version of the CxnEditor.py file: 
the traceback shows that the call to 'self.saveFile()' is line 274, but in the 
updated version that line is line 278.

        If you're using Subversion to update, go to the folder 
'/home/dave/src/dabo/ide' and type:

svn stat -u CxnEditor.py

        My guess is that it says:

        *     6587   CxnEditor.py
Status against revision:   7210

        Try running 'svn up' to get revision 7210.


-- Ed Leafe



_______________________________________________
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/[email protected]

Reply via email to