Re: Cursor.fetchall

2011-11-28 Thread Jean-Michel Pichavant
Jean-Michel Pichavant wrote: PS : Try to code & document in English, it's much better especially when asking for help on this list, mixing spanish and english has few benefits since you may bother both spanish and english ppl :o) Actually it is english mixed with portuguese, sorry if I offende

Re: Cursor.fetchall

2011-11-28 Thread Jean-Michel Pichavant
Jayron Soares wrote: Hi Felipe, I did, however I got this error: Traceback (most recent call last): File "/home/jayron/Downloads/grafos.py", line 48, in g, e = ministro_lei() File "/home/jayron/Downloads/grafos.py", line 34, in ministro_lei for i in G.degree(): TypeError: 'int' obj

Re: Cursor.fetchall

2011-11-28 Thread Jayron Soares
Hi Felipe, I did, however I got this error: Traceback (most recent call last): File "/home/jayron/Downloads/grafos.py", line 48, in g, e = ministro_lei() File "/home/jayron/Downloads/grafos.py", line 34, in ministro_lei for i in G.degree(): TypeError: 'int' object is not iterable I

Re: Cursor.fetchall

2011-11-28 Thread Felipe Vinturini
Hi Jayron, Instead of using "Q" to loop over the result, use: "dbcursor". resp = dbcursor.fetchall() I hope it helps. Regards, Felipe. On Mon, Nov 28, 2011 at 9:54 AM, Jayron Soares wrote: > Hi guys! > > I'm stuck at a problem, when I run the follow code: > > http://pastebin.com/4Gd9V325 > >

Cursor.fetchall

2011-11-28 Thread Jayron Soares
Hi guys! I'm stuck at a problem, when I run the follow code: http://pastebin.com/4Gd9V325 I get this error: Traceback (most recent call last): File "/home/jayron/Downloads/grafos.py", line 49, in g, e = ministro_lei() File "/home/jayron/Downloads/grafos.py", line 24, in ministro_lei