M markymark New Member Apr 6, 2013 #1 I try to get all the "id" from an html file with PyQuery, but is bringing troubles...I try this:\[code\]from pyquery import PyQueryfile = open('index.html', 'r').readjQuery = PyQuery(html)jQuery.attr('id')\[/code\]But shows nothing...Help me please.
I try to get all the "id" from an html file with PyQuery, but is bringing troubles...I try this:\[code\]from pyquery import PyQueryfile = open('index.html', 'r').readjQuery = PyQuery(html)jQuery.attr('id')\[/code\]But shows nothing...Help me please.