Gadfly use (Newby)

2005-08-16 Thread niko
Hello, while using gadfly, got an error that i don't understand. Code is as follow : cursor = connection.cursor() cursor.execute('select id_m from mots where nom_m = "%s"' % nom_m) id_m = cursor.fetchall() Error message : File "C:\Python24\Lib\site-packages\gadfly\kjParser.py", line 567, in

Re: Gadfly use (Newby)

2005-08-16 Thread Fredrik Lundh
"niko" <[EMAIL PROTECTED]> wrote: > while using gadfly, got an error that i don't understand. > Code is as follow : > cursor = connection.cursor() > cursor.execute('select id_m from mots where nom_m = "%s"' % nom_m) > id_m = cursor.fetchall() > > Error message : > File "C:\Python24\Lib\site-pack

Re: Gadfly use (Newby)

2005-08-17 Thread Steve Holden
Fredrik Lundh wrote: > "niko" <[EMAIL PROTECTED]> wrote: > >>while using gadfly, got an error that i don't understand. >>Code is as follow : >> cursor = connection.cursor() >> cursor.execute('select id_m from mots where nom_m = "%s"' % nom_m) >> id_m = cursor.fetchall() >> >>Error message : >>File