来自lxml import etree ImportError:DLL加载失败:找不到指定的过程

时间:2017-06-25 09:49:22

标签: python web-scraping lxml

我一直在尝试使用etree,因为我想开始webscraping并尝试过很多不同的东西,但都没有。有人可以帮忙。

import lxml
from lxml import etree
Traceback (most recent call last):
  File "<pyshell#2>", line 1, in <module>
    from lxml import etree
ImportError: DLL load failed: The specified procedure could not be found.

0 个答案:

没有答案