Hi Jayron,<div><br></div><div>Instead of using "Q" to loop over the result, use: "dbcursor".</div><div><br></div><div>resp = dbcursor.fetchall()</div><div><br></div><div>I hope it helps.</div><div><br></div>

<div>Regards,</div><div>Felipe.<br><br><div class="gmail_quote">On Mon, Nov 28, 2011 at 9:54 AM, Jayron Soares <span dir="ltr"><<a href="mailto:jayronsoares@gmail.com">jayronsoares@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Hi guys!<div><br></div><div>I'm stuck at a problem, when I run the follow code:</div><div><br></div><div><div><a href="http://pastebin.com/4Gd9V325" target="_blank">http://pastebin.com/4Gd9V325</a></div><div><br></div>

<div>I get this error:</div>
<div><br></div><div><div><font color="#ff0000">Traceback (most recent call last):</font></div><div><font color="#ff0000">  File "/home/jayron/Downloads/grafos.py", line 49, in <module></font></div>
<div><font color="#ff0000">    g, e = ministro_lei()</font></div><div><font color="#ff0000">  File "/home/jayron/Downloads/grafos.py", line 24, in ministro_lei</font></div>
<div><font color="#ff0000">    resp = Q.fetchall()</font></div><div><font color="#ff0000">AttributeError: 'long' object has no attribute 'fetchall'</font></div>
</div><div><font color="#ff0000"><br></font></div><div><font color="#000099">Please any help ?</font></div><div><font color="#000099"><br></font></div>
<div><font color="#000099">cheers</font></div><span class="HOEnZb"><font color="#888888"><div><font color="#000099"><br></font></div><div><font color="#000099"><br></font></div>-- <br><i><font color="#006600">" A Vida é arte do Saber...Quem quiser saber tem que </font><font color="#ff0000"><b>Estudar</b></font><font color="#006600">!"</font></i><div>


<br></div><div><a href="http://bucolick.tumblr.com/" target="_blank">http://bucolick.tumblr.com</a></div><div><a href="http://artecultural.wordpress.com/" target="_blank">http://artecultural.wordpress.com/</a></div><br>
</font></span></div>
<br>--<br>
<a href="http://mail.python.org/mailman/listinfo/python-list" target="_blank">http://mail.python.org/mailman/listinfo/python-list</a><br>
<br></blockquote></div><br></div>