python lxml库不能识别,beautifulsoup无法识别lxml
I'm attempting to use lxml as the parser for BeautifulSoup because the default one is MUCH slower, however i'm getting this error:soup = BeautifulSoup(html, "lxml")File "/home/rob/python/stock/local/l...