I am trying to use lxml in pycharm or eclipse, using pydev, everything works correctly, except for the completion of the code, it seems that it does not exist. Is there something I need to implement to make it work with classes from lxml?
For instance:
import lxml.html html = open('html.html', 'r').read() root = lxml.html.fromstring(html) tds = root.cssselect("td.author") print temp[0].text
Note. Intelligent and intelligent help work for other things, not lxml.
Scott source share