Re: [dabo-users] syntax error in dbMsSQL?

2012-08-05 Thread Henning Hraban Ramm
Am 2012-08-03 um 14:57 schrieb Ed Leafe: On Aug 2, 2012, at 3:42 PM, Henning Hraban Ramm wrote: python2.6/site-packages/dabo-trunk/dabo/db/dbMsSQL.py, line 61 return tuple([{col: row[col] for col in row if type(col) != int} ^ SyntaxError: invalid syntax

Re: [dabo-users] syntax error in dbMsSQL?

2012-08-05 Thread Ed Leafe
On Aug 5, 2012, at 8:58 AM, Henning Hraban Ramm wrote: Thank you, that works. (I.e. I didn’t check if it works with MS SQL, but it’s valid Python again.) Sorry that I didn’t bother to fix/research it myself, I was in a hurry. Understood. I'm going to commit it to fix the syntax

Re: [dabo-users] Class Designer - Add From Data Environment - Select Data Connection - Next - Bug?

2012-08-05 Thread John Fabiani
On 08/04/2012 10:52 AM, Csanyi Pal wrote: Hi, I'm trying to follow the 'PyCon 2010 Tutorial' opened from here: https://docs.google.com/document/pub?id=1N01Wgj3L1iec8WzjlC3MsAIf2XmOcuTRxCszCYd91uQ#h.cfa2626411ed on my Debian GNU/Linux testing/sid system where I successfully installed Dabo.

Re: [dabo-users] Class Designer - Add From Data Environment - Select Data Connection - Next - Bug?

2012-08-05 Thread Csanyi Pal
Hi John, Sun, 05 Aug 2012 08:49:10 -0700 -n John Fabiani jo...@jfcomputer.com írta: On 08/04/2012 10:52 AM, Csanyi Pal wrote: Hi, I'm trying to follow the 'PyCon 2010 Tutorial' opened from here:

Re: [dabo-users] Class Designer - Add From Data Environment - Select Data Connection - Next - Bug?

2012-08-05 Thread Ed Leafe
On Aug 4, 2012, at 12:52 PM, Csanyi Pal wrote: I stucked at the heading 'Using the Data Environment Wizard' when trying to select the data connection that I was successfully tested at step 'Creating the Database Connection'. In the 'Add From Data Environment' window I vainly try to click on

Re: [dabo-users] Class Designer - Add From Data Environment - Select Data Connection - Next - Bug?

2012-08-05 Thread Csanyi Pal
Sun, 5 Aug 2012 11:01:11 -0500 -n Ed Leafe e...@leafe.com írta: On Aug 4, 2012, at 12:52 PM, Csanyi Pal wrote: I stucked at the heading 'Using the Data Environment Wizard' when trying to select the data connection that I was successfully tested at step 'Creating the Database Connection'.

Re: [dabo-users] Class Designer - Add From Data Environment - Select Data Connection - Next - Bug?

2012-08-05 Thread Ed Leafe
On Aug 5, 2012, at 11:14 AM, Csanyi Pal wrote: I downloaded the dabo-0.9.4-mac-nix.tar.gz tarball and unpacked it, etc. So now if I want to install Dabo using SVN how can I uninstall first the previous installed Dabo? You don't need to do that. You can get more recent versions by

Re: [dabo-users] Class Designer - Add From Data Environment - Select Data Connection - Next - Bug?

2012-08-05 Thread Csanyi Pal
Sun, 5 Aug 2012 11:19:43 -0500 -n Ed Leafe e...@leafe.com írta: On Aug 5, 2012, at 11:14 AM, Csanyi Pal wrote: I downloaded the dabo-0.9.4-mac-nix.tar.gz tarball and unpacked it, etc. So now if I want to install Dabo using SVN how can I uninstall first the previous installed Dabo?

Re: [dabo-users] syntax error in dbMsSQL?

2012-08-05 Thread Henning Hraban Ramm
Am 2012-08-05 um 17:03 schrieb Ed Leafe: On Aug 5, 2012, at 8:58 AM, Henning Hraban Ramm wrote: Thank you, that works. (I.e. I didn’t check if it works with MS SQL, but it’s valid Python again.) Sorry that I didn’t bother to fix/research it myself, I was in a hurry. Understood.